User Guide

144
Creating a tag definition file
You can customize existing tag definitions and create new tag definition files. Every tag
editor file contains the following markup structure:
<TAG>
<ATTRIBUTES>
Defines tag attribute properties and behavior
</ATTRIBUTES>
<ATTRIBCATEGORIES>
Defines logical grouping for tag attributes
</ATTRIBCATEGORIES>
<EDITORLAYOUT>
Defines the layout of a tag editor
</EDITORLAYOUT>
<TAGLAYOUT>
Defines the tag generation template
</TAGLAYOUT>
<TAGDESCRIPTION>
HTML-based documentation for the tag
</TAGDESCRIPTION>
</TAG>
You can create the definition file in three ways:
Write it manually.
Create it from an existing tag definition file.
Use the Tag Definitions Library dialog box to add a tag and edit the generated
file.