Appends a debug message on the end of the debug message queue.
function debug( $sMessage )
The content type designated in the header of the request.
xajax.config.setDefault( 'defaultContentType', 'application/x-www-form-urlencoded' )
The amount of time to wait, in milliseconds, before a request is considered expired.
xajax.config.setDefault( 'defaultExpirationTime', 10000 )
The Hyper Text Transport Protocol version designated in the header of the request.
xajax.config.setDefault( 'defaultHttpVersion', 'HTTP/1.1' )
The method used to send requests to the server.
xajax.config.setDefault( 'defaultMethod', 'POST' )
The request mode.
xajax.config.setDefault( 'defaultMode', 'asynchronous' )
The delay time, in milliseconds, associated with the xajax.callback.global.onRequestDelay event.
xajax.config.setDefault( 'defaultResponseDelayTime', 1000 )
The number of times a request should be retried if it expires.
xajax.config.setDefault( 'defaultRetry', 5 )
The value returned by xajax.call when in asynchronous mode, or when a syncrhonous call does not specify the return value.
xajax.config.setDefault( 'defaultReturnValue', false )
Constructs and returns a set of event handlers that will be called by the xajax framework where cursor status changes would typically be made during the handling of requests.
dontUpdate: function()
Constructs and returns a set of event handlers that will be called by the xajax framework where status bar updates would normally occur.
dontUpdate: function()
Replace all occurances of the single quote character with a double quote character.
xajax.tools.doubleQuotes = function( haystack )
xajax.debug.exceptions
xajax.debug.exceptions
Execute a callback event.
xajax.callback.execute = function( oCallback, sFunction, args )
Execute the specified string of javascript code, using the current script context.
xajax.js.execute = function( args )
Perform a lookup on the command specified by the response command object passed in the first parameter.
xajax.executeCommand = function( command )
Catch any exceptions that are thrown by a response command handler and display a message in the debugger.
xajax.debug.executeCommand = xajax.executeCommand; xajax.executeCommand = function( args )
Generate a debug message expanding all the first level members found therein.
xajax.debug.verbose.expandObject = function( obj )
Called by the xajaxEventPlugin when the event has been triggered.
function fire( $aArgs )