FOLDER stack item

Defines a stack area to hold a set of folder pages, in a stack-based layout.

Syntax

FOLDER [identifier] [ ( attribute-list  ) ]
  folder-page
  [...] 
END
  1. identifier defines the name of the element.
  2. attribute-list defines the aspect and behavior of the form item.
  3. folder-page is a page element in the folder definition.

Form attributes

COMMENT, FONTPITCH, STYLE, TAG, HIDDEN.

Style attributes

Common: backgroundColor, border, fontFamily, fontSize, fontStyle, fontWeight, localAccelerators, showAcceleratorInToolTip, textColor, textDecoration.

Class-specific: collapserPosition, position, lateRendering.

Can hold

PAGE.

Usage

Use a FOLDER stack layout element to define a set of folder pages with a folder tab widget.

Define each folder page with a PAGE stack item inside the FOLDER container.

For more details about this item type, see FOLDER item type.

For a code example, see PAGE stack item.