...
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' |
...