User Guide

cfselect 389
display Optional;
All
Value of
value
attribute
Query column to use for the display label of each list
element. Used with the
query attribute.
group Optional;
HTML and
XML
Query column to use to group the items in the drop-down
list into a two-level hierarchical list.
queryPosition Optional;
All
above If you populate the options list with a query and use HTML
option child tags to specify additional entries, determines
the location of the items from the query relative to the items
from the
option tags:
above: puts the query items above the
options items.
below: puts the query items below the
options items.
selected Optional;
All
One or more option values to preselect in the selection list.
To specify multiple values, use a comma-delimited list. This
attribute applies only if selection list items are generated
from a query. The
cfform preservedata attribute value can
override this value.
onKeyUp Optional;
All
JavaScript (HTML/XML) or ActionScript (Flash) to run
when the user releases a keyboard key in the control.
onKeyDown Optional;
All
JavaScript (HTML/XML) or ActionScript (Flash)
ActionScript to run when the user presses a keyboard key
in the control.
onMouseUp Optional;
All
JavaScript (HTML/XML) or ActionScript (Flash) to run
when the user presses a mouse button in the control.
onMouseDown Optional;
All
JavaScript (HTML/XML) or ActionScript (Flash) to run
when the user releases a mouse button in the control.
onChange Optional;
All
JavaScript (HTML/XML) or ActionScript (Flash) to run
when the control changes due to user action.
onClick Optional;
HTML and
XML
JavaScript to run when the user clicks the control.
enabled Optional;
Flash
Yes Boolean value specifying whether the control is enabled. A
disabled control appears in light gray. The inverse of the
disabled attribute.
visible Optional;
Flash
Yes Boolean value specifying whether to show the control.
Space that would be occupied by an invisible control is
blank.
tooltip Optional;
Flash
Text to display when the mouse pointer hovers over the
control.
Attribute Req/Opt;
Format
Default Description