LiveTree
Check out some examples.
The Demos
Try them out and learn from their source code:
-
Area Maps
A complete demo that shows off various LiveTree features.
-
Nested Set
How to populate a tree from data in a table that acts_as_nested_set.
-
Other Column Names
How to populate the tree from data in a table that uses non-standard column names. Also demonstrates using a non-numeric ID column.
-
Non-ActiveRecord Data
How to use data that is not stored in the database.
-
Custom Data Action
How to create a custom data action, if you need more control.