User Guide

402 Chapter 2: ColdFusion Tags
Usage
This tag requires the client to download a Java applet. Using this tag may be slightly slower than
using an HTML form element to display the same information. Also, if the client does not have
an up-to-date Java plugin installed, the system might also have to download an updated Java
plugin to display the tag.
For this tag to work properly, the browser must be JavaScript-enabled.
vertical Optional No Yes: renders slider in browser vertically. You must set
width and height attributes; ColdFusion does not
automatically swap width and height values.
No: renders slider horizontally.
bgColor Optional Background color of slider label.
For a hexadecimal value, use the form:
bgColor =
"##xxxxxx", where x = 0-9 or A-F; use two number signs or
none.
Any color, in hexadecimal format
black
red
blue
magenta
cyan
orange
darkgray
pink
gray
white
lightgray
yellow
textColor Optional Options: same as for
bgcolor attribute.
font Optional Font name for label text.
fontSize Optional Font size for label text, in points.
italic Optional No Yes: label text in italics.
No: normal text.
bold Optional No Yes: label text in bold.
No: medium text.
notSupported Optional Text to display if a page that contains a Java applet-based
cfform control is opened by a browser that does not
support Java or has Java support disabled. For example:
"<b> Browser must support Java to view ColdFusion
Java Applets</b>"
Default message:
<b>Browser must support Java to <br>view ColdFusion Java
Applets!</b>
Attribute Req/Opt Default Description