Display element
Defines the layout and the order of the Data Display pages.
Parent
Protocol
Attributes
Name |
Type |
Required |
Description |
defaultPage |
TypeNonEmptyString |
|
Defines the page that will be shown by default. |
pageOptions |
string |
|
Used for EPM elements in order to disable the possibility to open the Data Display page of the element. |
pageOrder |
string |
|
Defines the order of the pages. |
type |
EnumDisplayType |
|
See the tooltips of the different options. |
wideColumnPages |
string |
|
Defines the pages that have only one column. Page names are separated by a semicolon (”;”). |
Children
Name |
Occurrences |
Description |
Pages |
[0, 1] |
Allows to define pages and specify their configuration (e.g. configure the visibility). |
Examples
<Display wideColumnPages="page1;page2" defaultPage="General" pageOrder="General;page2;page1"/>