Creating Tag Definitions; Tag Definition File Structure - MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual

Table of Contents

Advertisement

174

Creating Tag Definitions

Interfaces such as Tag Insight and Tag Inspector require tag-specific information to
operate properly. For instance, the Tag Inspector needs to know the attributes of the
tag being entered, the type of each of those attributes, and, in some instances, the
enumerated values of an attribute. Individual tag definition files store this
information.
These tag definitions are stored in \Extensions\TagDefs\. For instance, all the
information about the
\Extensions\TagDefs\HTML\Applet.vtm. The definition files are organized in
language directories to prevent possible name conflicts between various markup
languages.
Whenever you make changes to a VTM file or create a new one, save the file, then
press Ctrl+Alt+Shift+C to apply the changes.
The following features use tag definition files:
Tag Inspector
Tag Tips
Tag Insight
Tag Editor

Tag definition file structure

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>
Chapter 13 Customizing the Development Environment
tag is stored in
applet

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

This manual is also suitable for:

Coldfusion studio 5

Table of Contents