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.
Содержание COLDFUSION 4.5-CFML LANGUAGE
Страница 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Страница 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Страница 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Страница 296: ...272 CFMLLanguageReference INPUT TYPE text NAME number2 BR INPUT TYPE submit NAME submit VALUE Add FORM BODY HTML...
Страница 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Страница 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Страница 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Страница 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Страница 557: ...Chapter 2 ColdFusion Functions 533 P CFOUTPUT Value i is employee keysToStruct i CFOUTPUT P CFLOOP CFIF BODY HTML...
Страница 584: ...560 CFMLLanguageReference...
Страница 594: ...570 CFMLLanguageReference...