162
DropDown example
<CONTROL NAME="lblAlign"
TYPE="Label" CAPTION="Align:"
ANCHOR="lblSource" CORNER="SW" DOWN=11 WIDTH=50/>
<CONTROL NAME="dropAlign"
TYPE="DropDown" ANCHOR="lblAlign" CORNER="NE" WIDTH=100>
<ITEM VALUE="TOP" CAPTION="TOP" />
<ITEM VALUE="MIDDLE" CAPTION="MIDDLE" SELECTED/>
<ITEM VALUE="BOTTOM" CAPTION="BOTTOM" />
</CONTROL>
ListBox control
The following table describes the ListBox control:
FontPicker control
The following table describes the FontPicker control:
<CONTROLTYPE="ListBox" …/>
MULTISELECT
The MULTISELECT attribute decides whether the user can select multiple
items. When multiple selections are made the control returns the values
as a comma-delimited string.
<CONTROL TYPE="FontPicker" …/>
A drop-down list of all fonts on the user’s machine. Behaves like a combo-box.
EDITABLE
Obsolete. A font name can be entered in the list box.
Summary of Contents for COLDFUSION STUDIO 4.5-USING COLDFUSION...
Page 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Page 16: ...xvi Contacting Allaire...
Page 90: ...82...
Page 130: ...122...
Page 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Page 182: ...190...