I am working on creating tree panel in Extjs version 3.2.1 , i have code to construct a tree from xml document(tree.xml) which is available in my server which is working fine .
But i am in new situation,Where my response is saved in global constant variable
From Ext.Ajax request i got response and saved like following
global_const = response.responseXML;
My Question is , How i can pass this global_const
into treeloader?
Any help and suggestion is thankful
I used json instead xml