Skip to end of metadata
-
Created by Former user, last modified by Former user on Mar 29, 2016
Go to start of metadata
The tag describes the layout of a part/division of a component.
Attributes
Name | Description | Value |
---|
id | Unique Identifier. | Any |
colspan | The number of columns the component spans. The default value is 1. | numeric |
rowspan | The number of rows the component spans. The default value is 1. | numeric |
newrow | Moves the component to the next row. The default value is false. | true or false |
visibilityconditions | The conditions that should be met in order to display the component. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
Example
Layout File
<section>
<id>secMainInformation</id>
<name>Main Information</name>
...
<left>
<columns>3</columns>
<components>
<component><id>file:general/code.xml</id></component>
<component><id>cmpBrand</id></component>
<component>
<id>file:general/description_rowspan_3.xml</id>
<rowspan>3</rowspan>
</component>
<component><id>file:general/altCode.xml</id></component>
<component><id>cmpFamily</id></component>
<component>
<id>cmpType</id>
<newrow>true</newrow>
</component>
<component><id>file:platform/vatRate.xml</id></component>
<component>
<id>cmpViewCharacteristics</id>
<newrow>true</newrow>
<colspan>3</colspan>
</component>
</components>
</left>
</section>