X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.data.Connection.html?ds=inline diff --git a/docs/output/Ext.data.Connection.html b/docs/output/Ext.data.Connection.html index e75c548e..75f67d41 100644 --- a/docs/output/Ext.data.Connection.html +++ b/docs/output/Ext.data.Connection.html @@ -1,4 +1,5 @@ -
Observable 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
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 +24,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 | Defined 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
|