1

How can I load some arbitrary data into treepanel using local JSON object? All of the examples shipped with ExtJS 4.0 distribution work with AJAX requests.

Chau
  • 5,540
  • 9
  • 65
  • 95
NewlessClubie
  • 983
  • 2
  • 8
  • 18

1 Answers1

4

There's an example using a MemoryProxy in the Sencha Documentation. Use that as your proxy instead of an ajax proxy.

Case
  • 1,848
  • 21
  • 32