Folder style attributes
Folder presentation style attributes apply to FOLDER
tab
elements.
Note:
This topic lists presentation style attributes for a specific class of form element, common presentation style attributes can also be used for this type of element.
collapserPosition
Indicates the position of the collapser icon, when the position
style attribute
is "accordion"
.
Values can be "left"
(default), "right"
.
lateRendering
Controls the rendering mode of folder tabs.
Values can be:
"no"
(default): When displaying a folder, all folder pages are created and measured to compute the folder size. This can impact performances with folders having many complex pages."yes"
: When displaying a folder, only the current folder page is created and measured to compute the folder size. The layout of other pages will be computed when displayed. This mode improves performances.
position
Defines the position and type of the folder tabs.
Values can be:
"top"
(default): The folder tabs are displayed on the top of folder pages."left"
: The folder tabs are displayed on the left of folder pages."right"
: The folder tabs are displayed on the right of folder pages."bottom"
: The folder tabs are displayed on the bottom of folder pages."accordion"
: The folder pages can be collapsed and expanded.