Skip to end of banner
Go to start of banner

Layout List

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 »

Layout List

The tag describes the layout of a part/division of a list.

Attributes

NameDescriptionValues
idThe subsection unique identifierAny
columnsThe number of columns the list is divided into. The default value is 1.numeric
componentsThe list of components.The list of the components

Example

 List

 

Section
<section>
	<id>secRates</id>
	<name>Rates</name> 
	<disable>false</disable>
	<instruction>Specify or view the services and physical goods that should be rated by this price plan and define the flat or tiered rates for each one of them. Use the rate model that is more appropriate for your business needs.</instruction>
	<list>
		<id>listRates</id>
		<disable>false</disable>
		<preload>true</preload>
		<columns>4</columns>
		<components>
			<component><id>cmpCode</id></component>
			<component><id>cmpModel</id></component>
			<component><id>cmpBaseAmount</id></component>
			...
			<component>
				<id>cmpTieredRatesDrilldown</id>
				<colspan>4</colspan>
			</component>
		</components>
	</list>
</section>
  • No labels