Ext JS - Learning Center

Manual:Data:Proxies

From Learn About the Ext JavaScript Library

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.
  • This page was last modified on 2 August 2007, at 09:43.
  • This page has been accessed 13,269 times.