ATTRIBCATEGORIES SectionVTML 2

The ATTRIBCATEGORIES section provides a mechanism to arrange attributes in logical groups which can be displayed in Tag Inspector when the user selects the Categorized option from the Tag Inspector toolbar.

Location

This tag can occur only within a TAG tag in a Tag Definition file.

Function

The ATTRIBCATEGORIES section is a container for ATTRIBGROUP tags which organize different attributes into logical groups. These groups are shown in the Tag Inspector in the Categorized view. ATTRIBGROUP is the only possible tag in this section.

An empty or missing ATTRIBCATEGORIES section is allowed, but this is not recommended: when the section is missing or empty, this message displays when the user selects the Categorized view, "Categorization information for this tag is not available". If categorization information is available in the ATTRIBCATEGORIES section, Tag Inspector will show the attributes summed up in the ATTRIBGROUP tags under the headings defined with the NAME attribute.

Syntax and Attributes

<ATTRIBCATEGORIES> </ATTRIBCATEGORIES>
(No attributes)

Summary of tags in the ATTRIBCATEGORIES section

The ATTRIBCATEGORIES section can only contain the ATTRIBGROUP tag.

Tags in the ATTRIBCATEGORIES section

Tag Description
ATTRIBGROUPVTML 2 An ATTRIBGROUP tag organizes a number of attributes into a logical grouping; This grouping is used by Tag Inspector for the Categorized view. Categories can overlap: an attribute can be part of more than one group.

top