API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_js »
xajax_core_uncompressed.js »
xajax.command.handler »
xajax.prepareRequest
Classes & Functions
Files & Folders
Function: xajax.prepareRequest
xajax.prepareRequest = function(oRequest) { }
Parameters:
oRequest
(object) An object created by a call to xajax.initializeRequest which already contains the necessary parameters and temporary variablesneeded to initiate and process a xajax request.
Note:
This is called each time a request object is being prepared for acall to the server. If the request is retried, the request must beprepared again.
