ATTRIBGROUPVTML 2

ATTRIBGROUP names a category of attributes and all attributes that belong in this category.

The following subjects are covered in this document:


Related information about VTML and WIZML:

Tutorial
The Visual Tool Markup Language (VTML)
Reference
VTML reference - overview
Context
ATTRIBUTES Section
ATTRIBCATEGORIES
Related tags
ATTRIB

top

Tools

ATTRIBGROUP plays a role in the following VTML-driven tools:

  1. Tag Inspector

top


Location

An ATTRIBGROUP tag can occur only within the ATTRIBCATEGORIES section.

top


Function

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.

Empty categories which do have a NAME but no ELEMENTS will not be shown. They can be useful for documentation purposes or later extension, however.

top


Syntax and Attributes

<ATTRIBGROUP .../>
NAME The name of the category; shown as heading in Tag Inspector in Categorized view
ELEMENTS Comma-separated list of attribute names included in this category

top