section
This type allows to determines the visibility of different page sections. Set the visibility for the desired section in the respective subscope.
Attributes:
-
state
Determines the initial visibility of the section when opening the page. The user can change the visibility using the arrow buttons at the right of the section header.- expanded
The section is open and its data is visible. This is the default value. - collapsed
The section is closed and its data is not visible. The data is not loaded yet. This setting can provide some performance improvement. - collapsed_and_preload
The section is closed and its data is not visible. Nevertheless, the data is already loaded. -
hidden
The section is completely hidden and cannot be made visible by the user.If a section is set to hidden, it is not displayed in the page customization tree anymore. Therefore, you can reverse this setting only using tools which directly access the Java beans or by removing the page customization from the database.
This attribute is considered only if the config attribute of sectionsGrid has not been defined for the type of page or if it does not contain the state attribute.
- expanded