Hi,
How to create json array from treepanel?
Thanks
Hi,
How to create json array from treepanel?
Thanks
The method to do that is new to 4.2:
http://docs.sencha.com/ext-js/4-2/#!...thod-serialize
Hi Thanks ,
how can i implement this? can you please give one example?
Thanks in Advance
Actually, it looks like there is a bug in the 4.2 code for serialize(). A fix should be in the works now.
For future reference, you should be able to serialize a tree record/node using something like:
Code:treepanel.getRootNode().serialize();