User Guide

430 Chapter 2: ColdFusion Tags
appendKey Optional;
All
Yes Yes: if you use cftreeitem href attributes, ColdFusion
appends a CFTREEITEMKEY query string variable with
the value of the selected tree item to the
cfform action
URL.
No: does not append the tree item value to the URL.
highlightHref Optional;
Applet,
Object
Yes Yes: highlights as a link the displayed value for any
cftreeitem tag that specifies an href attribute.
No: disables highlighting.
onValidate Optional;
Applet
JavaScript function to validate user input. The JavaScript
DOM form object, input object, and input object value are
passed to the specified routine, which should return True if
validation succeeds; False, otherwise.
message Optional;
Applet
Message to display if validation fails.
onError Optional;
Applet
JavaScript function to execute if validation fails.
lookAndFeel Optional;
Applet,
object
windows motif: renders the slider in Motif style.
windows: renders the slider in Windows style.
metal: renders the slider in Java Swing style.
If the platform does not support a style option, the tag
defaults to platform default style.
font Optional;
Applet
Font name for text in the tree control.
fontSize Optional;
Applet,
Flash
Font size for text in the tree control, in points.
italic Optional;
Applet,
Flash
No Yes: displays tree control text in italics.
No
bold Optional;
Applet,
Flash
No Yes: displays tree control text in bold.
No
height Optional;
Applet,
Flash
320 (applet
only)
Tree control height, in pixels. If you omit this attribute in
Flash format, Flash automatically sizes the tree.
width Optional;
Applet,
Flash
200 (applet
only)
Tree control width, in pixels. If you omit this attribute in
Flash format, Flash automatically sizes the tree.
vSpace Optional;
Applet
Vertical margin above and below tree control, in pixels.
hSpace Optional;
Applet
Horizontal spacing to left and right of tree control, in pixels.
Attribute Req/Opt
Format
Default Description