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 3
Next »
The tag describes the layout of a part/division of a list.
Attributes
Name | Description | Values |
---|
id | The subsection unique identifier | Any |
disable | Makes the list hidden. | true or false |
showheader | Displays the header of the list | true or false |
preload | Loads the records of the list when the page loads. | true or false |
columns | The number of columns the list is divided into. | 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>