Skip to end of metadata
Go to start of metadata
The main menu indicates the top most buttons on the screen. These are usually used to create, edit, save and delete objects but can also be used for a variety of actions.
Attributes
| | |
---|
components | A list of components that define the buttons in the main menu. | Component |
Example
Main Menu
<mainmenu>
<components>
<component>
<id>cmpHome</id>
<name>Home</name>
<visiblemodes>read</visiblemodes>
<elements>
<button>
<id>btnHome</id>
<name>Home</name>
<setmode>read</setmode>
<refresh>page</refresh>
<url>page.do?xml=contactinfo/contactInformation&act=summary</url>
</button>
</elements>
</component>
...
</components>
</mainmenu>