Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Radio button - Dataset lookup

Image Removed

Code Block
titleRadio button - dataset
linenumberstrue
<radiobutton>
    <id>rdbCompositionMethod</id>
    <visiblemodes>edit,new,read</visiblemodes>      
    <type></type>
    <lookuptype>dataset</lookuptype>
    <lookupname>products.loadbrands;prodbrandid;prodbrandname</lookupname>
    <datapath>brand</datapath>    
    <datapathid>id</datapathid>
    <reload>true</reload>
    <readonly>true</readonly>
    <refresh>page</refresh>
    <onchange>
        <functions>
            <function>
                <type>staticjs</type>
                <functionname>voidFunc</functionname>
            </function>
        </functions>
    </onchange>
</radiobutton>