1

I have treepanel in my application. Data are loaded from a json file. I use the drag and drop plugin and I need to save the new organization in the JSON file. Do you know how ?

Cyril F
  • 1,247
  • 3
  • 16
  • 31
  • please provide an example JSON file, the model you are using for the tree and I can show you how to do this. One thing that confuses me about your question is that... do you want to submit the whole tree back to the server, or do you want the server to make the moves individually? – Reimius Jul 09 '12 at 21:06

1 Answers1

0

Sorry but I think it is out of luck. Extjs is written in JS and JS is confined in browser only.

You can find more info in these links: Read/write to file using jQuery or How to read and write into file using JavaScript

Community
  • 1
  • 1
U and me
  • 730
  • 5
  • 13