FOLDER container

Defines the parent container for folder pages, in a grid-based layout.

Syntax

FOLDER [identifier] [ ( attribute [,...] ) ]
   folder-page
   [...] 
END
  1. identifier defines the name of the element.
  2. attribute is an attribute for the element.
  3. folder-page defines a folder page that contains other form elements.

Attributes

COMMENT , FONTPITCH , STYLE , TAG , HIDDEN.

Can hold

PAGE

Usage

A FOLDER container including PAGE elements defines a folder tab widget.

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

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