Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

Layout List

The tag describes the layout of a part/division of a screen arealist.

Child pages (Children Display)

Attributes

NameDescriptionValues
idThe subsection unique identifierAny
disableMakes the list hidden.true or false
showheaderDisplays the header of the listtrue or false
preloadLoads the records of the list when the page loads.true or false
columnsThe number of columns the list is divided into.numeric
componentsThe list of components.The list of the components

Example

Expand
titleSection
Image RemovedImage Added

 

Code Block
themeEclipse
languagexml
titleSection
<section>
	<id>secAwardConditions<<id>secRates</id>
	<name>Award Conditions<<name>Rates</name> 
	<disable>false</disable>
	<subsections><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>secUtiliseFCC<<id>listRates</id>
			<id>secUtiliseFCCProductConditions</id>
		<id>secUtiliseFCCSegmentConditions</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>
	</subsections>list>
</section>