Issue 434: Export the new tree in a json file
Status:  Done
Owner: ----
Closed:  Jun 2013
Reported by soncar...@gmail.com, Jun 3, 2013
Hi guys,

I'm using the drag and drop feature in a project where the user can change the hierarchy of products of the company.

After the user made the changes, now we need to export these changes to call a Web Service, in order to save these changes in a database.

So, is it possible to export the tree changes maybe in a json file with the same structure as the file we used in the input?

Thanks in advance.

Carlos
Jun 3, 2013
Project Member #1 moo...@wwwendt.de
you could use the toDict() method and then JSON.stringify()
Status: Done
Labels: -Type-Defect Type-Other Milestone-Release1.2.4
Jun 4, 2013
#2 soncar...@gmail.com
It works! Thank you!