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

The FOLDER form item is just a container for PAGE items.
FOLDER ...
   PAGE ...
      ...
   PAGE ...
      ...

Some front-ends support different presentation and behavior options, which can be controlled by a STYLE attribute. For more details, see Common style attributes.

Where to use a FOLDER

A FOLDER form item can be defined in two different ways:
  1. In as a FOLDER container in a LAYOUT tree, within a grid-based layout.
  2. As a FOLDER stack item, inside a STACK container, within a stack-based layout.