ColdFusion 9.0 Resources |
ColdFusion.Tree.getTreeObjectDescriptionGets the underlying object for the specified HTML tree. Function syntaxColdFusion.Tree.getTreeObject(name) See alsocftree, cfajaximport, ColdFusion.Tree.refresh, Using HTML trees in the Developing ColdFusion Applications HistoryColdFusion 8: Added this function Parameters
ReturnsAn object of type YAHOO.widget.TreeView. UsageUse this function to get the Yahoo User Interface Library YAHOO.widget.TreeView object that underlies the HTML 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. |