ExtJS data store for tree

Posted by drewda on Stack Overflow See other posts from Stack Overflow or by drewda
Published on 2009-11-06T19:33:35Z Indexed on 2010/03/13 18:55 UTC
Read the original article Hit count: 291

Filed under:

I've got a basic ExtJS question, which I can't seem to resolve based on reading the docs and searching. Currently I have a TreePanel that loads JSON directly from a URL. I'm trying to separate the data from the view, so that I can also use that data to feed into an OpenLayers map (using GeoExt). How can I point a TreePanel to an Ext.data.Store rather than to a URL?

© Stack Overflow or respective owner

Related posts about extjs