citation de la page d'acceuil : 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
# un tree view en javascript/css ?
Posté par Christophe Martel . En réponse au journal C'est quoi cette outil ?. Évalué à 2.
http://sstree.tigris.org/(...)
et des exemple :
http://sstree.tigris.org/nonav/example1.html(...) (aucune decoration...)
http://sstree.tigris.org/nonav/example2.html(...) (tout plein de decoration...)
http://sstree.tigris.org/nonav/example4.html(...) (avec une mise en page de type colonne...)
citation de la page d'acceuil :
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?