Gets the underlying object for the specified HTML format tree.
ColdFusion.Tree.getTreeObject(name
)
cftree, cfajaximport, ColdFusion.Tree.refresh, "Using HTML format trees" in the ColdFusion Developer's Guide
ColdFusion 8: Added this function
Parameter |
Description |
---|---|
name |
The value of the name attribute of the cftree tag for which you want the object. |
An object of type YAHOO.widget.TreeView.
Use this function to get the Yahoo User Interface Library YAHOO.widget.TreeView object that underlies the HTML format cftree control. You can then use the raw object to modify the displayed tree. For documentation on the objects and how to manage them, see the Yahoo toolkit documentation.