Versions Compared

Key

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

...

Code Block
titleRadio button - Fixed
linenumberstrue
<radiobutton>
    <reload>true</reload>
    <lookuptype>fixed</lookuptype>
    <datapath>contactInformationOption</datapath>
    <datatype>alias</datatype>
    <defaultvalue>NEW_CUSTOMER</defaultvalue>
    <options>NEW_CUSTOMER:New Customer;EXISTING_CUSTOMER:Existing Customer</options>
    <type>singleline</type>
    <refresh>component,false:false:null:customerInformation;component,false:false:null:accountInformation;component,false:false:null:billingAddress</refresh>
    <onchange>
                <functions>
            <function>
                <type>ejb</type>
                <classname>ejb/CRMUISubscriptionAction</classname>
                <functionname>constructContact</functionname>
                <resultaction>fieldreplace</resultaction>
                <datapath>contactInformation</datapath>
                <parameters>
                </parameters>
            </function>
        </functions>
    </onchange>
</radiobutton> 

...