Creating A Tag Definition File - MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual

For windows 95/98/nt4/2000
Table of Contents

Advertisement

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>
You can create the definition file in three ways:
<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>
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.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents