Table Of Contents
 

CF_TreeControl

Author : Daniel Mackey Email : dan@digital-crew.com

Overview

CF_TreeControlCF_TreeControl is a ColdFusion Custom Tag that generates a cross-brosers DHTML Tree Structure to use as a replacement to the normal Java based CFTREE tag.

The component is perfect for times where you need to display hierarchal data that requires too much space to display altogether. The benefits of using DHTML means no more problems with Java Applets loading and java security issues, installation and slow loading.

CF_TreeControl can be populated using standard nested treeControl tags or in conjunction with a database, query, list, array or structure. An unlimited amount of nested nodes is supported.

User Interface

The control uses a set of styles to provide a quick and convenient method of changing the look and feel of the component.

You can use a set of pre-defined styles or quickly and easily create your own.

Compatability

CF_TreeControl is compatible with the following:

  • ColdFusion - CF4.5.2 , CF5.0 , CF6.1 , CF7.0
  • Client Side Browsers - Internet Explorer 5.5/6+ , Mozilla / FireFox 1a+ , Netscape 7+

In This Library Section: