Versions Compared

Key

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

...

Expand
titleFixed

Code Block
themeEclipse
languagexml
titleFixed
<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>
    <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> 
Expand
titleEJB Lookup
Image RemovedImage Added

 

Code Block
themeEclipse
languagexml
titleEJB Lookup
<radiobutton>
    <id>rdbCompositionMethod</id>
    <visiblemodes>edit,new,read</visiblemodes>
    <datapath>type/compositionMethod</datapath>
    <datatype>enum</datatype>
    <classname>com.crm.dataobject.products.CompositionMethod</classname>
    	<id>rdbHomePagePreference</id>
	<lookuptype>ejb</lookuptype>
    <defaultvalue>FLAT</defaultvalue>
    	<datapath>homePagePreference</datapath>
	<reload>true</reload>
    <readonly>true</readonly>
    <refresh>page</refresh>
    <onload>
        	<onload>
		<type>ejb</type>
        		<classname>ejb/CRMUIProductType<CRMUIGeneralSetting</classname>
        <functionname>getCompositionMethodOptions<		<functionname>getHomePageOptions</functionname>
    </onload>
    <onchange>
        <functions>
            <function>
                <type>staticjs</type>
                <functionname>voidFunc</functionname>
            </function>
        </functions>
    </onchange>	</onload>
</radiobutton>
Expand
titleSearch File Lookup

Code Block
themeEclipse
languagexml
titleSearch File Lookup
<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>