User Guide

Chapter 1: ColdFusion Tags 203
IMGSTYLE
Optional. Style of the image to appear in the slider groove. Valid entries are:
Centered
Tiled
Scaled
Default is Scaled.
RANGE
Optional. Determines the values of the left and right slider range. The slider value
appears as the slider is moved.
Separate values by a comma, for example:
RANGE="1,100"
Default is "0,100". Valid only for numeric data.
SCALE
Optional. An unsigned integer. SCALE defines the slider scale within the value of
RANGE. For example, if RANGE=0,1000 and SCALE=100, the incremental values
for the slider would be 0, 100, 200, 300, and so on.
VALUE
Optional. Determines the default slider setting. Must be within the values
specified in RANGE. Defaults to the minimum value specified in RANGE.
ONVALIDATE
Optional. The name of a valid JavaScript function used to validate user input, in
this case, a change to the default slider value.
MESSAGE
Optional. Message text to appear if validation fails.
ONERROR
Optional. The name of a valid JavaScript function you want to execute in the event
of a failed validation.
HEIGHT
Optional. Height value of the slider control, in pixels.
WIDTH
Optional. Width value of the slider control, in pixels.
VSPACE
Optional. Vertical margin spacing above and below slider control, in pixels.
HSPACE
Optional. Horizontal margin spacing to the left and right of slider control, in
pixels.