Panel | ||
---|---|---|
| ||
ComponentThis tag is used to define a component on the page. A component consists of multiple elements.
|
Attributes
Name | Description | Value |
---|---|---|
id | Unique Identifier | any |
name | A name that describes the component | any |
isgroup | Boolean that specifies if the component will be displayed as a group of multiple elements. | true false |
visibilityconditions | The conditions that should be met in order to display the component. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
isgroup | If it is set to true then the component is displayed as a group of elements. the name of the component appears as the title of the group. | true false |
allowcollapse | If the component is defined as group and this value is set to true then the user can collapse/expand the component by clicking the title of the group. | true false |
defaultcollapsed | If the component is defined as group and this value is set to true then the group of elements is by default collapsed. | true false |
elements | The elements of the component. | List of elements. |
quickcreate | If it is set to true then the component is displayed in "quick create" mode. | true false |
excludefrommodal | If it is set to true then the component is not displayed when the page is opened in a modal window. | true false |
autorefreshinseconds | Automatically refresh component after the seconds specified. | Number of seconds - integer |
Example
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
...