MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 154

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

Advertisement

162
DropDown example
<CONTROL NAME="lblAlign"
ListBox control
The following table describes the ListBox control:
<CONTROLTYPE="ListBox" .../>
MULTISELECT
FontPicker control
The following table describes the FontPicker control:
<CONTROL TYPE="FontPicker" .../>
A drop-down list of all fonts on the user's machine. Behaves like a combo-box.
EDITABLE
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"
<ITEM VALUE="MIDDLE" CAPTION="MIDDLE" SELECTED/>
<ITEM VALUE="BOTTOM" CAPTION="BOTTOM" />
</CONTROL>
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.
Obsolete. A font name can be entered in the list box.
CAPTION="TOP" />

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents