Skip to end of metadata
-
Created by Former user, last modified by Former user on Nov 04, 2016
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 8
Next »
This tag is used to define the main area layout.
Attributes
| | |
---|
components | A list of components that define the buttons in the main menu. | Component |
lists | A list of lists the page contains | List |
Example
Main
<main>
<components>
<component>
<id>cmpState</id>
<name>key_state</name>
<elements>
<selectbox>
<id>slbState</id>
<label>key_state</label>
<lookuptype>ejb</lookuptype>
<datapath>isActive</datapath>
<datatype>java.lang.Integer</datatype>
<reload>true</reload>
<readonly>true</readonly>
<onload>
<type>ejb</type>
<classname>ejb/CRMUICustomerEventDefinition</classname>
<functionname>getActiveInactiveOptions</functionname>
</onload>
</selectbox>
</elements>
</component>
...
</components>
<lists>
<list>
<id>listSpendRequestRules</id>
<name>key_spend_request_rules</name>
...
</list>
...
</lists>
</main>