Layout List

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