| Author |
Treeview controls
|
Adewale Adebusoye
Ranch Hand
Joined: Sep 28, 2005
Posts: 118
|
|
Is there any way i can insert treeview or folder controls into my web applications? I mean the type of controls that show a kind of hierarchical structure. Thanks
|
"Human beings can alter their lives by altering their state of mind" William James
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
Sure there are many ways. Care to be more specific?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
dema rogatkin
Ranch Hand
Joined: Oct 09, 2002
Posts: 294
|
|
I have servlet based implementation of a treeview control. I assume you do not want JavaScript based, otherwise you would ask in HTML/JavaScript forum. The implementation if fairly simple, you can take a look at my home page
|
Tough in space?, <a href="http://tjws.sf.net" target="_blank" rel="nofollow">Get J2EE servlet container under 150Kbytes here</a><br />Love your iPod and want it anywhere?<a href="http://mediachest.sf.net" target="_blank" rel="nofollow">Check it here.</a><br /><a href="http://7bee.j2ee.us/book/Generics%20in%20JDK%201.5.html" target="_blank" rel="nofollow">Curious about generic in Java?</a><br /><a href="http://7bee.j2ee.us/bee/index-bee.html" target="_blank" rel="nofollow">Hate ant? Use bee.</a><br /><a href="http://7bee.j2ee.us/addressbook/" target="_blank" rel="nofollow">Need contacts anywhere?</a><br /><a href="http://searchdir.sourceforge.net/" target="_blank" rel="nofollow">How to promote your business with a search engine</a>
|
 |
Adewale Adebusoye
Ranch Hand
Joined: Sep 28, 2005
Posts: 118
|
|
Well, im really not sure... i always felt that it couldnt be done, and simply wanted to ask. I just want a way to show tree view controls in either my JSP/servlets, or HTML page, and id rather not use applets. So please let me have all the options available. I actually never thot of javascript...
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
Well, there are a lot of Javascript tree controls available. You should be able to google up several with no problem.
|
 |
 |
|
|
subject: Treeview controls
|
|
|