Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 DATA_FILE
 debug, xajaxResponseManager
 defaultContentType, xajax.config
 defaultExpirationTime, xajax.config
 defaultHttpVersion, xajax.config
 defaultMethod, xajax.config
 defaultMode, xajax.config
 defaultResponseDelayTime, xajax.config
 defaultRetry, xajax.config
 defaultReturnValue, xajax.config
 Define constants
 Define error ridden function
 delayEvents.php
 deprecated, xajax
 Description
 document.inc.php
 dontUpdate
 doubleQuotes, xajax.tools
E
 Enable Error Handler
 Error Handling Test
 errorHandlingTest.php
 events.php
 exceptions
 execute
 executeCommand
 expandObject, xajax.debug.verbose
F
 Files
 fire, xajaxEvent
 form.inc.php
 Functions
 functions.php
The file that will be used to store the messages on the server.
function debug($sMessage)
Appends a debug message on the end of the debug message queue.
xajax.config.setDefault('defaultContentType',
'application/x-www-form-urlencoded')
The content type designated in the header of the request.
xajax.config.setDefault('defaultExpirationTime',
10000)
The amount of time to wait, in milliseconds, before a request is considered expired.
xajax.config.setDefault('defaultHttpVersion',
'HTTP/1.1')
The Hyper Text Transport Protocol version designated in the header of the request.
xajax.config.setDefault('defaultMethod',
'POST')
The method used to send requests to the server.
xajax.config.setDefault('defaultMode',
'asynchronous')
The request mode.
xajax.config.setDefault('defaultResponseDelayTime',
1000)
The delay time, in milliseconds, associated with the xajax.callback.global.onRequestDelay event.
xajax.config.setDefault('defaultRetry',
5)
The number of times a request should be retried if it expires.
xajax.config.setDefault('defaultReturnValue',
false)
The value returned by xajax.call when in asynchronous mode, or when a syncrhonous call does not specify the return value.
Test script that uses xajaxResponse->sleep, xajaxResponse->call and a variety of callback request options to show the progress of a series of requests.
This function will be removed in future versions.
xajax is an open source PHP class library for easily creating powerful PHP-driven, web-based Ajax Applications.
dontUpdate: function()
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.
xajax.tools.doubleQuotes = function(haystack)
Replace all occurances of the single quote character with a double quote character.
Please see copyright.inc.php for a detailed description, copyright and license information.
Unit test script for validating proper functioning of the error handler mechanism on the xajax server side.
Test script that uses xajaxResponse->addHandler and xajaxResponse->removeHandler to effect the active event handlers on the browser.
xajax.debug.exceptions
xajax.debug.exceptions
xajax.callback.execute = function(oCallback,
sFunction,
args)
Execute a callback event.
xajax.js.execute = function(args)
Execute the specified string of javascript code, using the current script context.
xajax.executeCommand = function(command)
Perform a lookup on the command specified by the response command object passed in the first parameter.
xajax.debug.executeCommand = xajax.executeCommand; xajax.executeCommand = function(
   args
)
Catch any exceptions that are thrown by a response command handler and display a message in the debugger.
xajax.debug.verbose.expandObject = function(obj)
Generate a debug message expanding all the first level members found therein.
function fire($aArgs)
Called by the xajaxEventPlugin when the event has been triggered.
Test script that uses xajaxResponse->setFunction, xajaxResponse->wrapFunction, xajaxResponse->script and xajaxResponse->call to build, modify, remove and call javascript functions on the browser.
Close