Definition Main

Definition Main

This tag is used to define the main area layout.

Attributes

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

Example

 Main

 

Main
<main>
	<components>
		<component>
			<id>cmpState</id>
			<name>key_state</name>
			...
		</component>
		...
	</components>
	<lists>
		<list>
			<id>listSpendRequestRules</id>
			<name>key_spend_request_rules</name>
			...
		</list>
		...
	</lists>
</main>