Versions Compared

Key

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

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.2.2.1.1.1. Component

Example

Image Removed
Expand
titlemainmenu
Main Menu
Image Added

 

Code Block
themeEclipse
languagexml
titlemainmenuMain Menu
<mainmenu>
	<components>
		<component><id>cmpHome<<component><id>cmpBack</id></component>
		<component><id>cmpNew</id></component>
		<component><id>cmpEdit</id></component>
		<component><id>cmpDelete</id></component>
		<component><id>cmpSave</id>
		<component><id>cmpCancel</id></component>
		<component><id>cmpActions</id></component>
	</components>
</mainmenu>