xuejinruan
31 Aug 2011, 10:26 AM
I was trying to populate a tree panel from a local json file, but could not get it work. It seems if the json was return by a remote proxy call, it would work; and if I defined a json variable in the javascript file as the children node, it would work. But I could not get it working trying to pull it from an external (local) json file. Could someone give an example how to create a treestore from a local json file, or how to populate a tree panel from a local json file? Thanks!