Versions Compared

Key

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

...

                      

Examples

CheckBox

Image Added 

Code Block
languagehtml/xml
titleTab
linenumberstrue
<checkbox>
    <id>chkApplyRounding</id>
    <datapath>applyRounding</datapath>
    <truevalue>1</truevalue>
    <falsevalue>0</falsevalue>
    <truelabel>Yes</truelabel>
    <falselabel>No</falselabel>
    <refresh>page</refresh>
    <onchange>
        <functions>
            <function>
                <type>staticjs</type>
                <functionname>voidFunc</functionname>
            </function>
        </functions>
    </onchange>
</checkbox>           

...