The Zapatec DHTML Tree Features
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> tags.
Search Engine FriendlySince 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 TreeSince the DHTML Tree is created using HTML, you can use most standard HTML markup into your tree.
Supported on a Wide Variety of BrowsersThe DHTML Tree's code has been tested on Internet Explorer 6.0+, Opera 9.0+, Firefox 1.0+ and Safari 2.0+.
Use the Wizard to Setup and Check FeaturesUse the Zapatec DHTML Tree Wizard to create a DHTML Tree with the exact features you want. When you are done, click generate, then cut and paste the generated 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 nodesYou can easily define certain nodes as expanded or collapsed by setting the class for the node to "expanded" or "collapsed."
Programmatically Control the DHTML TreeYou can programmatically expand the full tree, collapse it, open the tree to a certain node, or expand or collapse a specific branch. |