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 4
Next »
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. | numeric |
rowspan | The number of rows the component spans | numeric |
newrow | Moves the component to the next row | 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>