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
listsA list of lists the page containsList

Example

Expand
titleMain

 

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>