FOLDER item type
Defines a layout area to hold folder pages.
FOLDER item basics
A FOLDER
form item type groups folder pages together. Folder pages
are defined with the PAGE
form item.
Defining an FOLDER
Where to use a FOLDER
A
FOLDER
form item can be defined in two different ways: - In a
FOLDER
container in aLAYOUT
tree, within a grid-based layout. - As a
FOLDER
stack item, inside aSTACK
container, within a stack-based layout.
FOLDER rendering
Front-ends support different presentation and behavior options, which can be controlled by a
STYLE
attribute.
The rendering of the folder tabs can be controlled with the position
style
attribute.
When using the values "top"
, "left"
, "right"
and "bottom"
, the folder is rendered as a classic folder/page view, with folder
tabs at the required position.
When using the value
"accordion"
, the folder pages are rendered as collapsible
group boxes. Note: The
"accordion"
position is only supported by
the GBC front-end.For more details, see Folder style attributes.