X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/output/Ext.data.Connection.html diff --git a/docs/output/Ext.data.Connection.html b/docs/output/Ext.data.Connection.html index 809e6c22..478bc85b 100644 --- a/docs/output/Ext.data.Connection.html +++ b/docs/output/Ext.data.Connection.html @@ -1,32 +1,11 @@ -
-
- 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. +the server will be available to the statement immediately following the request call. To process returned data, use a success callback in the request options object, -or an event listener.

+or an event listener.

File Uploads

File uploads are not performed using normal "Ajax" techniques, that is they are not performed using XMLHttpRequests. Instead the form is submitted in the standard manner with the DOM <form> element temporarily modified to have its @@ -44,413 +23,212 @@ 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
- (Optional) Whether this request should abort any pending requests. (defaults to false)
-
Connection
  - - disableCaching : Boolean
- (Optional) True to add a unique cache-buster param to GET requests. (defaults to true)
-
Connection
  - - disableCachingParam : String
- (Optional) Change the parameter which is sent went disabling caching through a cache buster. Defaults to '_dc'
-
Connection
  - - timeout : Number
- (Optional) The timeout in milliseconds to be used for requests. (defaults to 30000)
-
Connection
  - - url : String
- (Optional) The default URL to be used for requests to the server. (defaults to undefined)
-
Connection
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
\ No newline at end of file