User Guide

cftree 431
align Optional;
Applet,
object
top
left
bottom
baseline
texttop
absbottom
middle
absmiddle
right
border Optional;
Applet,
object
Yes Yes: displays a border around the tree control.
No
hScroll Optional;
Applet,
object
Yes Yes: permits horizontal scrolling.
No
vScroll Optional;
Applet,
object
Yes Yes: permits vertical scrolling.
No
style Optional;
Flash
Must be a style specification in CSS format, with the same
syntax and contents as used in Macromedia Flex for the
corresponding Flash element.
enabled Optional;
Flash
Yes Flash format only: Boolean value specifying whether the
control is enabled. A disabled control appears in light gray.
visible Optional;
Flash
Yes Flash format only: Boolean value specifying whether to
show the control. Space that would be occupied by an
invisible control is blank.
tooltip Optional;
Flash
Flash format only: Text to display when the mouse pointer
hovers over the control.
onChange Optional;
Flash
ActionScript to run when the control changes due to user
action.
If you specify an onChange event handler, the Form scope
of the ColdFusion action page does not automatically get
information about selected items. The ActionScript
onChange event handler must handle all changes and
selections.
notSupported Optional;
Applet
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
Format
Default Description