Roo.util.Observable
Roo.data.Connection
Roo.Ajax 

		   

Class Roo.Ajax

Package:Roo
Defined In: Roo/data/Connection.js.
Class:Ajax
Extends: Roo.data.Connection
Global Ajax request class.
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options - Has None
Public Properties
Property Description Defined By
 
Roo.Ajax.autoAbort : Boolean
Whether a new request should abort any pending requests.
Whether a new request should abort any pending requests. (defaults to false)
Roo.Ajax
 
Roo.Ajax.defaultHeaders : Object
An object containing request headers which are added to each request made by this object.
An object containing request headers which are added to each request made by this object. (defaults to undefined)
Roo.Ajax
 
Roo.Ajax.disableCaching : Boolean
True to add a unique cache-buster param to GET requests.
True to add a unique cache-buster param to GET requests. (defaults to true)
Roo.Ajax
 
Roo.Ajax.extraParams : Object
An object containing properties which are used as
extra parameters to each request made by this object.
An object containing properties which are used as
extra parameters to each request made by this object. (defaults to undefined)
Roo.Ajax
 
Roo.Ajax.method : String
The default HTTP method to be used for requests.
The default HTTP method to be used for requests. (defaults to undefined; if not set but parms are present will use POST, otherwise GET)
Roo.Ajax
 
Roo.Ajax.timeout : Number
The timeout in milliseconds to be used for requests.
The timeout in milliseconds to be used for requests. (defaults to 30000)
Roo.Ajax
 
Roo.Ajax.url : String
The default URL to be used for requests to the server.
The default URL to be used for requests to the server. (defaults to undefined)
Roo.Ajax
Public Methods
Method Defined By
Events
Event Defined By
Documentation generated by Introspection Doc Generator on Tue Jul 27 2010 11:05:06 GMT+0800 (HKT) Based on JsDoc Toolkit