Class AjaxRequest
Object
|
+--AjaxRequest
- class
AjaxRequest
Defined in ajax.js
|
Method Summary |
<private> void
|
_processParameters(<Array> params)
|
<private> void
|
_send(queryParameters)
|
void
|
abort()
Aborts the current request (if in progress)
|
void
|
get(<Array> p)
Send an AJAX get request
|
Boolean
|
isDone()
Returns the completion state of this request
|
void
|
post(<Array> p)
Send an AJAX post request - Included for completeness...
|
<static> XMLHttpRequest
|
getXMLHttpRequest()
Static method for retrieving a new XMLHttpRequest object
(or the IE variant).
|
added
<private> Object added
done
<private> Object done
queryParameters
<private> Object queryParameters
request
<private> Object request
AjaxRequest
AjaxRequest()
_processParameters
<private> void _processParameters(<Array> params)
Parameters:
params - The associative array used to store parameters
_send
<private> void _send(queryParameters)
abort
void abort()
Aborts the current request (if in progress)
get
void get(<Array> p)
Parameters:
p - Parameters in an associative array
isDone
Boolean isDone()
Returns the completion state of this request
Returns:
if this request is complete
post
void post(<Array> p)
Send an AJAX post request - Included for completeness... not normally used.
Parameters:
p - Parameters in an associative array
getXMLHttpRequest
<static> XMLHttpRequest getXMLHttpRequest()
Static method for retrieving a new XMLHttpRequest object
(or the IE variant). See http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro1.html?ca=dgr-lnxw01MasterAJAX
Documentation generated by
JSDoc on Thu Mar 2 20:22:37 2006