User Guide
147
The following table describes the enumerated values of the ATTRIBOPTION tag.
Defining attribute categories
Use the ATTRIBCATEGORIES section to define attribute categories. The categories are
used to organize the attributes when viewed in the Tag Inspector. The
ATTRIBCATEGORIES block can only contain ATTRIBGROUP tags. The following example
demonstrates the definition of four categories.
<ATTRIBCATEGORIES>
<ATTRIBGROUP NAME="Appearance"
ELEMENTS="BACKGROUND,BGPROPERTIES,LEFTMARGIN,TOPMARGIN"/>
<ATTRIBGROUP NAME="Colors"
ELEMENTS="BGCOLOR,VLINK,ALINK,LINK,TEXT"/>
<ATTRIBGROUP NAME="Misc"
ELEMENTS="GIZMO"/>
</ATTRIBCATEGORIES>
CACHEFAMILY (Optional) The name of the cache family associated with the attribute.
• Colors
• FontFaces
• FilePaths
• Styles
• Images
• URLs
• EventHandlers
The following apply to ColdFusion Studio and JRun Studio attributes
ONLY:
• QueryNames
• CFExpressions
• VerityCollections
• DataSources
• CFIncludes
You can specify a custom cache family, such as
CACHEFAMILY="NewCacheFamily"
Currently, caching works only for the Tag Inspector.
DEFAULT Obsolete
ATTRIBOPTION Tag Attributes
VALUE (Required) The value of the enumeration option.
CAPTION (Optional) The visual representation of the option if different from
VALUE.
ATTRIB Tag Attributes (Continued)