Cfslider - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

202

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
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.
CFSLIDER incorporates a Java applet, so a browser must be Java-enabled
for CFSLIDER to work properly.
CFML Language Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 4.5

Table of Contents