Login | Register
My pages Projects Community openCollabNet

If you were registered and logged in, you could join this project.

Summary Super Simple JavaScript Tree
Category libraries
License Apache License
Owner(s) jrobbins

Mission

What is the goal of this project?
The goal of the sstree project is to make it as easy as possible for developers to implement the commonly recurring need of presenting tree-structure information in a web-based user interface. This is done with a few very simple JavaScript code examples.
What is the scope of this project?
This is a very small project that consists of only a few code snippets embeded within example HTML pages. The code presented may not satisfy everyone's needs, it is just a very simple starting point that accomplishes what 80% of developers need. Since the starting point is simple, it is easy to build on.
What are high-level features of sstree?
  • Collapse/expand functionality
  • Clean HTML structure
  • Cross-browser compatability
  • Visual appearance handled by CSS
  • Very simple code
  • Degraded mode is still usable in browsers without JavaScript

Tree Widgets

Click on the links below to test the tree widgets. To access the source code, simply view source in your browser.

  1. Simplest tree
  2. Nice tree
  3. Tree table

Related resources