202
CFML Language Reference
CFSLIDER
Used inside
CFFORM
, CFSLIDER allows you to place a slider control in a ColdFusion
form. A slider control is like a sliding volume control. The slider groove is the area over
which the slider moves.
Note
CFSLIDER incorporates a Java applet, so a browser must be Java-enabled
for CFSLIDER to work properly.
Syntax
<CFSLIDER NAME="name"
LABEL="text"
REFRESHLABEL="Yes/No"
IMG="filename"
IMGSTYLE="style"
RANGE="min_value, max_value"
SCALE="uinteger"
VALUE="integer"
ONVALIDATE="script_name"
MESSAGE="text"
ONERROR="text"
HEIGHT="integer"
WIDTH="integer"
VSPACE="integer"
HSPACE="integer"
ALIGN="alignment"
GROOVECOLOR="color"
BGCOLOR="color"
TEXTCOLOR="color"
FONT="font_name"
FONTSIZE="integer"
ITALIC="Yes/No"
BOLD="Yes/No"
NOTSUPPORTED="text">
NAME
Required. A name for the CFSLIDER control.
LABEL
Optional. A label that appears with the slider control, for example:
LABEL="Volume %value%"
You can use %value% to reference the slider value. If % is omitted, the slider value
appears immediately following the label.
REFRESHLABEL
Optional. Yes or No. If Yes, the label is not refreshed when the slider is moved.
Default is Yes.
IMG
Optional. Filename of the image to be used in the slider groove.
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...