Skip to end of banner
Go to start of banner

Definition Main

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 7 Next »

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

Example

 Main

Main
<main>
	<components>
		<component>
			<id>cmpUsedForProvisioning</id>
			<name>Used For Provisioning</name>
			<elements>
				<label>
					<id>lblUsedForProvisioning</id>
					<value>Used For Provisioning</value>
				</label>
				<checkbox>
					<id>chkUsedForProvisioning</id>
					<datapath>type/isForProvision</datapath>
					<truevalue>1</truevalue>
					<truelabel>Yes</truelabel>
					<falselabel>No</falselabel>
					<readonly>true</readonly>
				</checkbox>
			</elements>
		</component>
 
		...
 
		<component>
			<id>cmpPricePlansDrilldown</id>
			<name>Price Plans</name>
			<elements>
				<drilldown>
					<id>ddPricePland</id>
					<tabid>tabPricePlans</tabid>
				</drilldown>
			</elements>
		</component>
 
		...
 
	</components>
</main>
  • No labels