[jQuery] Re: dynamic tree / treeview

2008-11-25 Thread Dirceu Barquette
try my treeview plugin. Maby it can help you. http://sourceforge.net/projects/jqtreevial/ Dirceu Barquette 2008/11/25 Bhavin <[EMAIL PROTECTED]> > > > Thanks Jeffrey. I solved issue# 1 almost similar way you suggested. > But I am more concern about issue # 2. I am not sure about the flow. I > wa

[jQuery] Re: dynamic tree / treeview

2008-11-25 Thread Bhavin
ot;  Is this a JSP thing? > > When the user saves the new page with an ajax call, is it recorded in a > database? > > If so, when the user then refreshes, shouldn't the server output the new > page nodes correctly during the HTML render? > > JK > > > >

[jQuery] Re: dynamic tree / treeview

2008-11-25 Thread Jeffrey Kretz
? JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bhavin Sent: Tuesday, November 25, 2008 11:53 AM To: jQuery (English) Subject: [jQuery] Re: dynamic tree / treeview Thanks Jeffrey. I solved issue# 1 almost similar way you suggested. But I a

[jQuery] Re: dynamic tree / treeview

2008-11-25 Thread Bhavin
Thanks Jeffrey. I solved issue# 1 almost similar way you suggested. But I am more concern about issue # 2. I am not sure about the flow. I want something like: 1) Click on Create Page link. I want to allow users to create data which will be internally displayed in elements and user can drag&dro

[jQuery] Re: dynamic tree / treeview

2008-11-22 Thread Jeffrey Kretz
- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bhavin Sent: Saturday, November 22, 2008 2:48 PM To: jQuery (English) Subject: [jQuery] Re: dynamic tree / treeview Anybody can guide me on this? On Nov 21, 12:55 am, Bhavin <[EMAIL PROTECTED]> wrote: > Hi > &

[jQuery] Re: dynamic tree / treeview

2008-11-22 Thread Bhavin
Anybody can guide me on this? On Nov 21, 12:55 am, Bhavin <[EMAIL PROTECTED]> wrote: > Hi > > I am using jquery to createtreestructure type of functionality > dynamically. I have to add nodes by opening dialog and save it into > the database. Once response is returned then I need to show it on th