Ext JS - Learning Center

Manual:Data:Proxies

From Learn About the Ext JavaScript Library

Revision as of 09:43, 2 August 2007 by Pbb72 (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ext Manual > Data >

Data proxy classes

  • Ext.data.DataProxy (doc) - This class is an abstract base class for implementations which provide retrieval of unformatted data objects.
    • Ext.data.MemoryProxy (doc) - An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor to the Reader when its load method is called.
    • Ext.data.HttpProxy (doc) - An implementation of Ext.data.DataProxy that reads a data object from an Ext.data.Connection object configured to reference a certain URL.
    • Ext.data.ScriptTagProxy (doc) - An implementation of Ext.data.DataProxy that reads a data object from a URL which may be in a domain other than the originating domain of the running page.