142
Dialog Definition Files
The structure of the markuptags.vtm and expressionelements.vtm files is very simple.
They both contain a set of category and element tags. Category tags can contain any
number of elements or other nested category tags.
<CAT … main category>
<CAT … sub-category No.1>
<E … >
<E … >
<E … >
</CAT>
<CAT … sub-category No.2>
<E … >
<E … >
</CAT>
</CAT>
The following section explains how to create and update
CATEGORY
and
ELEMENT
tags.
Category tag
The
CAT
tag defines a category in the Category tree. The Category tree populates the
left pane of the Tag Chooser and Expression Builder dialog boxes.
The following table describes the
CAT
tag:
Category Tag <CAT …/>
CAPTION
The caption of the category.
DESC
The contents of the HTML Help for the category. Notice that the
HELPFILE attribute can be used to specify the Help as a separate
file.
HELPFILE
The relative path to the HTML Help for the category.
(
HELPFILE = "Docs/MyTag.htm"
)
ICON
"Folder"|"Elements"|RelativeFilePath. Defines the icon used for the
category. You can use a predefined Folder or Elements category. In
addition, a relative file path can be provided to a custom BMP
image (ICON ="images/custom.bmp"). By default, the Folder icon
is displayed.
EXPANDED
YES/NO Indicates that the category tree-item should be expanded
the first time the dialog box is displayed. By default this value is set
to NO.
SHOWSUBELEMENTS
YES/NO. Indicates that when selected the elements of its
sub-categories will also be displayed on the right-hand side. For
example, when the "HTML Tags" category is selected the right
hand side displays all the tags included in all the HTML tag
sub-categories. By default, this value is set to YES.
Содержание COLDFUSION STUDIO 4.5-USING COLDFUSION...
Страница 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Страница 16: ...xvi Contacting Allaire...
Страница 90: ...82...
Страница 130: ...122...
Страница 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Страница 182: ...190...