Skip to end of banner
Go to start of banner

Layout Main Menu

Skip to end of metadata
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 20 Current »

Layout Main Menu

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

Name
Description
Value
componentsA list of components that define the buttons in the main menu.Component

Example

 Main Menu

 

Main Menu
<mainmenu>
	<components>
		<component><id>cmpBack</id></component>
		<component><id>cmpNew</id></component>
		<component><id>cmpEdit</id></component>
		<component><id>cmpDelete</id></component>
	</components>
</mainmenu>
  • No labels