Group style attributes
Group presentation style attributes apply to an GROUP
element.
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 using collapsible groups.
Values can be "left"
(default), "right"
.
collapsible
Defines if the group element can be collapsed and expanded.
The group needs to be defined with a TEXT, in order to see the effect of the
collapsible
style attribute.
By default groups are not collapsible.
Values can be "yes"
, "no"
(default).
initiallyCollapsed
Defines if a collapsible group is collapsed or expanded when the form is displayed.
This style attribute is ignored, if the collapsible
attribute is not defined
to "yes"
for this group.
"no"
(default): When displayed for the first time (no stored settings exist), the group appears expanded."yes"
: When displayed for the first time (no stored settings exist), the group appears collapsed."never"
: Each time it is displayed, the group appears expanded (stored settings and any previous display state are ignored)."always"
: Each time it is displayed, the group appears collapsed (stored settings and any previous display state are ignored).