Layout Section
Layout Section
The tag describes the layout of a part/division of a screen area.
Attributes
Name | Description | Values |
---|---|---|
id | Unique Identifier. | Any |
name | The name that will appear at the top of the section. | Any |
instruction | Information that appear on the top of the section | Any |
subsections | Used when the section must be divided into subsections | A list of subsections. |
list | Used when the section contains a list. | A list of components |
disable | Makes the section hidden if set to true. The default value is true. | true or false |
left | Contains the components that will appear on the left side of the section. | A list of components |
right | Contains the components that will appear on the right side of the section. | A list of components |
visibilityconditions | The conditions that should be met in order for the section to be displayed. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
visiblemodes | The modes that the section is visible. The section is visible in every mode by default. | new, edit, read |
width | The width percentage of the section. | Any valid percentage: [1-100]% (i.e. 50%) |