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 »
The tag describes the layout of a part/division of a list.
Attributes
Name | Description | Values |
---|
id | The subsection unique identifier | Any |
columns | The number of columns the list is divided into. The default value is 1. | numeric |
components | The list of components. | The list of the components |
Example
List
<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>