Skip to end of banner
Go to start of banner

2.2.2.2. 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 6 Next »

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>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&amp;act=summary</url>
				</button>
			</elements>
		</component>
		...
		</components>
	</mainmenu>
  • No labels