Versions Compared

Key

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

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

Expand
titleMain
Image Added

 

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