This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes an expandable/collapsable tree view Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "an expandable/collapsable tree view" Watch "an expandable/collapsable tree view" New topic
Author

an expandable/collapsable tree view

Pat Farrell
Rancher

Joined: Aug 11, 2007
Posts: 4437
    
    2

I need to implement a view of a tree, think of the usual file directory structure that you look at with Finder, Windows Explorer, etc. I want to show each level, and when you click on an item, expand it to show the lower level. Repeat as desired.

What is the best practice way to implement this? I can use about anything I want, AJAX, jQuery, etc.

Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

There are any number of tree jQuery plugins.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: an expandable/collapsable tree view
 
Similar Threads
Need a Frame Refresh, when invoking a tree event
Drag and drop of multiple items
Need help on design of Swing application
How we can make tree view in struts1.1
API for Reading XML Schema