Whatever message this page gives is out now! Go check it out!

ColdFusion.Tree.getTreeObject

Last update:
May 18, 2026

Description

Gets the underlying object for the specified HTML tree.

Function syntax

ColdFusion.Tree.getTreeObject(name)

See also

cftreecfajaximportColdFusion.Tree.refreshUsing HTML trees in Using Ajax form controls and features in the Developing ColdFusion Applications

History

ColdFusion 8: Added this function

Parameters

Parameter
Description
name
The value of the name attribute of the cftree tag for which you want the object.

Returns

An object of type YAHOO.widget.TreeView.

Usage

Use 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|http://developer.yahoo.com/yui/].

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page