<%@LANGUAGE="JAVASCRIPT"%> tree
news logo
 

tree ::

version :: 0.20
date :: 17/04/2001
browsers :: IE5+ NS6+

This is of the very sought after tree control. This one first creates a tree data structure and afterwards parses through it writing the necessary HTML as it goes. So far it's got unlimited levels of "branches" and works on IE5+ and NS6+.

The data structure is now based on cbNodes. cbNodes emulate the behavior of Nodes in the W3C DOM level-1 specification. This should make it a bit easier to load new nodes from a database / xml file.

It's now also possible to easily change the visual presentation of the tree. Styles for "Folders" and "Files" are now defined in the Root() function. You can also define open /close icons, folder icons and bullets. Also new is the target in which the links should open.

planned features ::
- dynamically load new branches from a DB.
- more customisation options

previous versions ::
v 0.10

If you have ideas or features you'd like to see want, then react.

 

if you want to see how it works then "use the source"