Hello , recently i m trying to create an application , which aims to design the whole tree of a json file. The default json file is given. after having it read it i create the first tree sample like
root =>A =>B =>C But children theirself is a link for another json request. According to current implementation when a user presses A , by using an onClick label , it reloads the page as follows root ( A ) => child of A1 => child of A2 the children might can be pressed also. Anyway , i m wondering how i can create the children as nodes and then by pressing the cross (+) , like a tree , to get the specific json file above it parent like the example. I want to do this one Same page root ==> + A // pressing node ==> +B ==> +C Then root ==> -A ------------> +A1child ------------> A2child ==> +B ==> +C --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
