javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 2 forks source link

Extract XML Code from Tree #494

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi everyone ! 

I load a Tree from a XML file xith XMLTreeLoader, then using an AsyncTreeNode I 
set my 
TreePanel's RootNode. 
After modifying the Tree using Drag & Drop, I want to recover the XML Code to 
send it to the server 
and modify the source XML file.

How can I do this?

Original issue reported on code.google.com by zurbuchd...@gmail.com on 11 May 2009 at 8:41