/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_data_Request({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"

Files

A simple Request class used internally to the data package to provide more generalized remote-requests\nto a DataProxy.\nTODO Not yet implemented. Implement in Ext.data.Store.execute

\n
Defined By

Config options

Ext.data.Request
view source
action : String
\n
\n
Ext.data.Request
view source
callback : Function

The function to call when request is complete

\n

The function to call when request is complete

\n
Ext.data.Request
view source
params : Object

HTTP request params

\n

HTTP request params

\n

The DataReader instance which will parse the received response

\n

The DataReader instance which will parse the received response

\n

The Store recordset associated with the request.

\n

The Store recordset associated with the request.

\n
Ext.data.Request
view source
scope : Object

The scope of the callback funtion

\n

The scope of the callback funtion

\n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"Request.html#Ext-data-Request","filename":"Request.js"}],"linenr":1,"members":{"property":[],"cfg":[{"tagname":"cfg","owner":"Ext.data.Request","meta":{},"name":"action","id":"cfg-action"},{"tagname":"cfg","owner":"Ext.data.Request","meta":{},"name":"callback","id":"cfg-callback"},{"tagname":"cfg","owner":"Ext.data.Request","meta":{},"name":"params","id":"cfg-params"},{"tagname":"cfg","owner":"Ext.data.Request","meta":{},"name":"reader","id":"cfg-reader"},{"tagname":"cfg","owner":"Ext.data.Request","meta":{},"name":"rs","id":"cfg-rs"},{"tagname":"cfg","owner":"Ext.data.Request","meta":{},"name":"scope","id":"cfg-scope"}],"css_var":[],"method":[],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.data.Request","singleton":false,"override":null,"inheritdoc":null,"id":"class-Ext.data.Request","mixins":[],"mixedInto":[]});