Versions Compared

Key

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

...

Expand
titleFixed

Code Block
themeEclipse
languagexml
titleFixed
<selectbox>
    <id>slbEffectiveDateType</id>
    <reload>true</reload>
    <lookuptype>fixed</lookuptype>
    <datapath>effectiveDateType</datapath>
    <defaultvalue>NEW_CUSTOMER</defaultvalue>
    <options>BINDINGSTARTDATE:Binding start date;SERVICEEFFECTIVEDATE:Service effective date;AGREEMENTDATE:Agreement datedate</options>
    <refresh>page</refresh>
    <onchange>
        <functions>
            <function>
                <type>staticjs</type>
                <functionname>voidFunc</functionname>
            </function>
        </functions>
    </onchange>
</selectbox> 

...