-
expand and collapse node (1 messages)
- Posted by: Ashwani Gupta
- Posted on: March 05 2008 10:38 EST
I need to expand and collapse node on the screen through jsp but i need to write JS for that. Can you please let me know JS code and how to incorporate in JSPThreaded Messages (1)
- Re: expand and collapse node by Anuradha Ramesh on March 07 2008 13:44 EST
-
Re: expand and collapse node[ Go to top ]
- Posted by: Anuradha Ramesh
- Posted on: March 07 2008 13:44 EST
- in response to Ashwani Gupta
Hi, You can use AJAX ..(using javascript and AJAX technology ) See http://www.ajaxtree.com/ Very easily, You can also use the recent Google Web toolkit to cerate trees.This GET using java code to automatically generate required Javascript embedded into html. The demo of the following examples show the tree... http://gwt.google.com/samples/JSON/JSON.html http://gwt.google.com/samples/KitchenSink/KitchenSink.html#Lists These are developed using GWT. Hope it helps ! Thanks!