PHP-Klasse::Tree AJAX 11.09.2007

Kurzbeschreibung: Show a tree of nodes opened dynamically with AJAX
Veröffentlicht am: 11.09.2007
Gruppe(n):
- AJAX
- Databases
- html
Beschreibung:
This class can be used to display a tree of nodes that can be opened dynamically from data retrieved from a database on the server via AJAX.
It generates HTML and Javascript to display tree nodes as links.
When a node link is is clicked, the generated Javascript performs an AJAX request to a script that uses the class to retrieve data to display the contained node links.
Link: Tree AJAX