Easy to Use HTML Markup to Create the DHTML Tree
Unlike most other DHTML trees, you build the Zapatec DHTML Tree
using HTML, not Javascript. You don't need to learn any new functions or
worry about making javascript syntax errors. You construct the DHTML
tree just as you would nested HTML lists using <ul> and <li>.
Search Engine Friendly
Since the DHTML Tree is created using HTML, search engines can follow the links, which they
can't do if the tree is built in Javascript.
Include HTML Markup in Your Tree
Since the DHTML Tree is created using HTML, you can include most standard HTML markup into your
tree.
Supported on a Wide Variety of Browsers
The DHTML Tree's code has been tested on Internet Explorer 5.0, 5.5, 6.0,
Mozilla 1.2 and up, Opera 7 and up Firefox 0.8 and up, Konqueror 3.1.2
and up.
Use the Wizard to Setup and Check Features
Use the Zapatec
DHTML Tree Wizard to create
a DHTML Tree with the exact features you want.
Once you are done, click on
generate and you can cut and paste the code into
your web page.
You can also use the Wizard to try out different configuration options and see how they affect
your tree.
Easily Collapse or Expand nodes
You can easily define certain nodes as expanded or collapsed by setting the class for
the node to "expanded" or "collapsed."
Programmatically Control the DHTML Tree
You can programmatically expand the full tree, collapse it, open the tree to a
certain node, or expand or collapse a specific branch.
Well documented javascript code
The DHTML Tree's javascript objects, properties and methods are
well documented and include
the color coded Javascript source.