X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.data.Connection.html diff --git a/docs/output/Ext.data.Connection.html b/docs/output/Ext.data.Connection.html index e75c548e..0e9fdc9c 100644 --- a/docs/output/Ext.data.Connection.html +++ b/docs/output/Ext.data.Connection.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Connection

Class Ext.data.Connection

Package:Ext.data
Defined In:Connection.js
Class:Connection
Subclasses:Ajax
Extends:Observable

The class encapsulates a connection to the page's originating domain, allowing requests to be made +

Observable
  Connection

Class Ext.data.Connection

Package:Ext.data
Defined In:Connection.js
Class:Connection
Subclasses:Ajax
Extends:Observable

The class encapsulates a connection to the page's originating domain, allowing requests to be made either to a configured URL, or to a URL specified at request time.

Requests made by this class are asynchronous, and will return immediately. No data from the server will be available to the statement immediately following the request call. @@ -23,7 +23,8 @@ is created containing a responseText property in order to conform to th requirements of event handlers and callbacks.

Be aware that file upload packets are sent with the content type multipart/form and some server technologies (notably JEE) may require some custom processing in order to -retrieve parameter names and parameter values from the packet content.

Config Options

Config OptionsDefined By
 autoAbort : Boolean
Whether this request should abort any pending requests. (defaults to false)
Connection
 defaultHeaders : Object
An object containing request headers which are added +retrieve parameter names and parameter values from the packet content.

+

Also note that it's not possible to check the response code of the hidden iframe, so the success handler will ALWAYS fire.

Config Options

Config OptionsDefined By
 autoAbort : Boolean
Whether this request should abort any pending requests. (defaults to false)
Connection
 defaultHeaders : Object
An object containing request headers which are added to each request made by this object. (defaults to undefined)
Connection
 disableCaching : Boolean
True to add a unique cache-buster param to GET requests. (defaults to true)
Connection
 disableCachingParam : String
Change the parameter which is sent went disabling caching through a cache buster. Defaults to '_dc'
Connection