X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/source/Response.html diff --git a/docs/source/Response.html b/docs/source/Response.html deleted file mode 100644 index 50209d26..00000000 --- a/docs/source/Response.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - The source code - - - - -
/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
-
/** - * @class Ext.data.Response - * A generic response class to normalize response-handling internally to the framework. - */ -Ext.data.Response = function(params) { - Ext.apply(this, params); -}; -Ext.data.Response.prototype = { -
/** - * @cfg {String} action {@link Ext.data.Api#actions} - */ - action: undefined, -
/** - * @cfg {Boolean} success - */ - success : undefined, -
/** - * @cfg {String} message - */ - message : undefined, -
/** - * @cfg {Array/Object} data - */ - data: undefined, -
/** - * @cfg {Object} raw The raw response returned from server-code - */ - raw: undefined, -
/** - * @cfg {Ext.data.Record/Ext.data.Record[]} records related to the Request action - */ - records: undefined -}; -
- - \ No newline at end of file