FOLDER container

Defines the parent container for folder pages.

Syntax

FOLDER [identifier] [ ( attribute [,...] ) ]
   page-definition
   [...] 
END
  1. identifier defines the name of the element.
  2. attribute is an attribute for the element.
  3. page-definition 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 "foldertab" widget.

You must define each folder page with a PAGE container inside the FOLDER container.

Each PAGE container will be displayed on a separate folder page, accessed by Tab-Ctrl-click.

If you want to include several containers in one page of a FOLDER, you can add a VBOX or an HBOX container to define how these elements are aligned inside the page.