DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

OPTGROUP

The OPTGROUP element allows authors to group choices logically. This is particularly helpful when the user must choose from a long list of options; groups of related choices are easier to grasp and remember than a single long list of options. All OPTGROUP elements must be specified directly within a SELECT element (i.e., groups may not be nested).

An OPTGROUP object can only exist between a SELECT object.

1, 2, 3, 4 ...

Property:
1, 2, 3, 4 ...
Data type:
[array of FORM objects]
Description:
OPTION objects, part of the OPTGROUP

class

Description:
See general information for class.

disabled

Description:
See general information for disabled.

id

Description:
See general information for id.

label

Description:
See general information for label.
Default:
optgroup

lang

Description:
See general information for lang.

layout

Description:
See general information for Layout and the optgroup specific information.

style

Description:
See general information for style.

title

Description:
See general information for title.

[tsref:(cObject).FORM.FormObject.OPTGROUP]