![MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference Download Page 213](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-cfml-language/coldfusion-4-5-cfml-language_reference_3287257213.webp)
Chapter 1: ColdFusion Tags
189
CFSELECT
Used inside
CFFORM
, CFSELECT allows you to construct a drop-down list box form
control. You can populate the drop-down list box from a query, or using the OPTION
tag. Use OPTION elements to populate lists. Syntax for the OPTION tag is the same as
for its HTML counterpart.
Syntax
<CFSELECT NAME="name"
REQUIRED="Yes/No"
MESSAGE="text"
ONERROR="text"
SIZE="integer"
MULTIPLE="Yes/No"
QUERY="queryname"
SELECTED="column_value"
VALUE="text"
DISPLAY="text"
PASSTHROUGH="HTML_attributes">
</CFSELECT>
NAME
Required. A name for the form you are creating.
SIZE
Optional. Size of the drop-down list box in number of entries.
REQUIRED
Optional. Yes or No. If Yes, a list element must be selected when the form is
submitted. Default is No.
MESSAGE
Optional. Message that appears if REQUIRED="Yes" and no selection is made.
ONERROR
Optional. The name of a valid JavaScript function you want to execute in the event
of a failed validation.
MULTIPLE
Optional. Yes or No. Yes permits selection of multiple elements in the drop-down
list box. The default is No.
QUERY
Optional. Name of the query to be used to populate the drop-down list box.
SELECTED
Optional. Enter a value matching at least one entry in VALUE to preselect the entry
in the drop-down list box.
Summary of Contents for COLDFUSION 4.5-CFML LANGUAGE
Page 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Page 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Page 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Page 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Page 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Page 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Page 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Page 584: ...560 CFMLLanguageReference...
Page 594: ...570 CFMLLanguageReference...