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 requires the client to download a Java applet. Downloading an applet takes time; therefore, using CFSLIDER may be slightly slower than using an HTML form element to retrieve or display the same information. In addition, browsers must be Java-enabled for CFSLIDER to work properly.

Syntax

 <CFSLIDER NAME="name" LABEL="text" REFRESHLABEL="Yes" or "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" ...

Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.