Favorez "My Favorites" JavaScript

Welcome to the Favorez "My Favorites" JavaScript homepage!

More information about this project can be found at sourceFORGE:
http://sourceforge.net/projects/favorez-js

Project Summary
This JavaScript is intended to simplify creating collapsible trees in DHTML pages. The script defines an abstract base class that encapsulates the general behavior of tree nodes. Two derived classes render nodes as either folders or URLS.

Technical Notes
Because its design disallows any representation logic in its TreeNode (base) class at least that part of the script is completely browser independant, now and in the future.

Please feel free to define new derived classes to either render nodes in your own specialized way or to make the script compatible with other browsers than those currently supported: Internet Explorer 4,5,6 and Netscape 4.7, 6, 7 and Mozilla 1.x.

Example
At the bottom of this page you will find a working example of the script.

Download
Click here to download the most current release of the script.
SourceForge.net Logo


 
    
  Favorez "My Favorites" JavaScript