User Guide

400 Chapter 2: ColdFusion Tags
cfslider
Description
Puts a slider control, for selecting a numeric value from a range, in a ColdFusion form. The slider
moves over the slider groove. As the user moves the slider, the current value displays. Used within
a
cfform tag. Not supported with Flash forms.
Category
Forms tags
Syntax
<cfslider
name = "name"
label = "text"
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"
lookAndFeel = "motif" or "windows" or "metal"
vertical = "yes" or "no"
bgColor = "color"
textColor = "color"
font = "font_name"
fontSize = "integer"
italic = "yes" or "no"
bold = "yes" or "no"
notSupported = "text">
See also
cfapplet
, cfcalendar, cfform, cfformgroup, cfformitem, cfgrid, cfinput, cfselect,
cftextarea, cftree; Chapter 26, “Introduction to Retrieving and Formatting Data,” and
Chapter 27, “Building Dynamic Forms with cfform Tags,”in ColdFusion MX Developer’s Guide
History
ColdFusion MX: Deprecated the img, imgStyle, grooveColor, refreshLabel,
tickmarklabels, tickmarkmajor, tickmarkminor, and tickmarkimages attributes. They
might not work, and might cause an error, in later releases.