Versions Compared

Key

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

...

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

Example

Expand
titleMain Menu
Image RemovedImage Added

 

Code Block
themeEclipse
languagexml
titleMain 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>