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
X
 xajax
 xajax class
 xajax core javascript library
 xajax debugging module
 xajax default script include plugin class
 xajax HTML control class library
 xajax legacy support module
 xajax plugin manager
 xajax request handlers
 xajax response class
 xajax verbose debugging module
 xajax.callback
 xajax.callback.global
 xajax.command
 xajax.command.handler
 xajax.config
 xajax.config.cursor
 xajax.config.status
 xajax.css
 xajax.debug
 xajax.debug.verbose
 xajax.dom
 xajax.events
 xajax.forms
 xajax.inc.php
 xajax.js
 xajax.legacy
 xajax.responseProcessor
 xajax.tools
 xajax.tools.queue
 xajax.tools.xml
 XAJAX_CALLABLE_OBJECT
 XAJAX_CHECKED_VALUE
 xajax_core.js
 xajax_debug.js
 XAJAX_DEFAULT_CHAR_ENCODING
 XAJAX_ELEMENT_INNERHTML
 XAJAX_EVENT
 XAJAX_EVENT_HANDLER
 XAJAX_FORM_VALUES
 XAJAX_FUNCTION
 XAJAX_HTML_CONTROL_DOCTYPE_FORMAT
 XAJAX_HTML_CONTROL_DOCTYPE_VALIDATION
 XAJAX_HTML_CONTROL_DOCTYPE_VERSION
 XAJAX_INPUT_VALUE
 XAJAX_JS_VALUE
 xajax_lang_bg_uncompressed.js
 xajax_lang_de.inc.php
 xajax_lang_de_uncompressed.js
 xajax_lang_es_uncompressed.js
 xajax_lang_nl_uncompressed.js
 xajax_lang_tr_uncompressed.js
 xajax_legacy.js
 XAJAX_PROCESSING_EVENT
 XAJAX_QUOTED_VALUE
 xajax_verbose.js
 xajaxArgumentManager
 xajaxArgumentManager class
 xajaxArgumentManager.inc.php
 xajaxCall
 xajaxCall class
 xajaxCall.inc.php
 xajaxCallableObject
 xajaxCallableObject class
 xajaxCallableObject.inc.php
 xajaxCallableObjectPlugin
 xajaxCallableObjectPlugin class
 xajaxCallableObjectPlugin.inc.php
 xajaxCompressFile
 xajaxControl
 xajaxControl class
 xajaxControl.inc.php
 xajaxControlContainer
 xajaxCustomRequest
 xajaxDefaultIncludePlugin.inc.php
 xajaxEvent
 xajaxEvent.inc.php
 xajaxEventPlugin
 xajaxEventPlugin class
 xajaxEventPlugin.inc.php
 xajaxFunctionPlugin
 xajaxFunctionPlugin class
 xajaxFunctionPlugin.inc.php
 xajaxIncludeClientScript
 xajaxLanguageManager
 xajaxLanguageManager class
 xajaxLanguageManager.inc.php
 xajaxPlugin
 xajaxPlugin class
 xajaxPlugin.inc.php
 xajaxPluginManager
 xajaxPluginManager.inc.php
 xajaxRequest
 xajaxRequest class
 xajaxRequest.inc.php
 xajaxRequestPlugin
 xajaxResponse
 xajaxResponse.inc.php
 xajaxResponseManager
 xajaxResponseManager class
 xajaxResponseManager.inc.php
 xajaxResponsePlugin
 xajaxResponseTest.php
 xajaxScriptPlugin
 xajaxScriptPlugin class
 xajaxScriptPlugin.inc.php
 xajaxUserFunction
 xajaxUserFunction class
 xajaxUserFunction.inc.php
 xjx
 xml, xajax.responseProcessor
 XUL example
 XUL Example-Application
 XUL Example-Server
 xulApplication.php
 xulServer.php
The xajax class uses a modular plug-in system to facilitate the processing of special Ajax requests made by a PHP page.
function xajax($sRequestURI = null,
$sLanguage = null)
Constructs a xajax instance and initializes the plugin system.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
The global callback object which is active for every request.
The object that manages commands and command handlers.
The object that manages command handlers.
This class contains all the default configuration settings.
Provides the base functionality for updating the browser’s cursor during requests.
Provides support for updating the browser’s status bar during the request process.
This object contains the variables and functions used to display process state messages and to trap error conditions and report them to the user via a secondary browser window or alert messages as necessary.
Provide a high level of detail which can be used to debug hard to find problems.
Main xajax class and setup file.
Contains the functions for javascript file and function manipulation.
This contains utility functions which are used throughout the xajax core.
This contains the code and variables for building, populating and processing First In Last Out (FILO) buffers.
An object that contains utility function for processing xml response packets.
Specifies that the item being registered via the xajax->register function is a object who’s methods will be callable from the browser.
Specifies that the parameter will consist of a boolean value of a checkbox.
This file contains the definition of the main xajax javascript core.
This optional file contains the debugging module for use with xajax.
if (
   !defined ('XAJAX_DEFAULT_CHAR_ENCODING')
) define ('XAJAX_DEFAULT_CHAR_ENCODING', 'utf-8')
Default character encoding used by both the xajax and xajaxResponse classes.
Specifies that the parameter value will be the innerHTML value of the element.
Specifies that the item being registered via the xajax->register function is an event.
Specifies that the item being registered via the xajax->register function is an event handler.
Specifies that the parameter will consist of an array of form values.
Specifies that the item being registered via the xajax->register function is a php function available at global scope, or a specific function from an instance of an object.
Defines the doctype of the current document; this will effect how the HTML is formatted when the html control library is used to construct html documents and fragments.
Specifies that the parameter will contain the value of an input control.
Specifies that the parameter will be a non-quoted value (evaluated by the browsers javascript engine at run time.
Contains the debug and error messages output by xajax translated to German.
Provides support for legacy scripts that have not been updated to the latest syntax.
if (
   !defined ('XAJAX_PROCESSING_EVENT')
) define ('XAJAX_PROCESSING_EVENT', 'xajax processing event')
String: XAJAX_PROCESSING_EVENT_BEFORE String: XAJAX_PROCESSING_EVENT_AFTER String: XAJAX_PROCESSING_EVENT_INVALID
Specifies that the parameter will be a quoted value (string).
The xajax verbose debugging module.
This class processes the input arguments from the GET or POST data of the request.
function xajaxArgumentManager()
Initializes configuration settings to their default values and reads the argument data from the GET or POST data.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxArgumentManager class
Create a piece of javascript code that will invoke the xajax.call function.
function xajaxCall($sFunction =  '')
Initializes the xajaxCall object.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxCall class
A class that stores a reference to an object whose methods can be called from the client via a xajax request.
function xajaxCallableObject(&$obj)
Constructs and initializes the xajaxCallableObject
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxCallableObject class
function xajaxCallableObjectPlugin()
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxCallableObjectPlugin class
function xajaxCompressFile($sFile)
xajax will call this function internally to compress the javascript code for more efficient delivery.
The base class for all xajax enabled controls.
function xajaxControl($sTag,  
$aConfiguration = array())
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the base class for all controls.
This class is used as the base class for controls that will contain other child controls.
function xajaxControlContainer($sTag,  
$aConfiguration = array())
Called to construct and configure this control.
This class extends the xajaxRequest class such that simple javascript can be put in place of a xajax request to the server.
function xajaxCustomRequest($sScript)
Constructs and initializes an instance of the object.
Contains the default script include plugin class.
Please see copyright.inc.php for a detailed description, copyright and license information.
function xajaxEvent($sName)
Construct and initialize this xajaxEvent object.
Definition of the xajax Event object.
Plugin that adds server side event handling capabilities to xajax.
function xajaxEventPlugin()
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxEventPlugin class
function xajaxFunctionPlugin()
Constructs and initializes the xajaxFunctionPlugin.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxFunctionPlugin class
Generates the SCRIPT tags necessary to ‘include’ the xajax javascript library on the browser.
This class contains the default language (english) and the code used to supply debug and error messages upon request; as well as the code used to load alternate language text as requested via the xajax::configure function.
function xajaxLanguageManager()
Construct and initialize the one and only xajax language manager object.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the code that manages the inclusion of alternate language support files; so debug and error messages can be shown in a language other than the default (english) language.
The base class for all xajax plugins.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxPlugin class
function xajaxPluginManager()
Construct and initialize the one and only xajax plugin manager.
Contains the xajax plugin manager.
Used to store and generate the client script necessary to invoke a xajax request from the browser to the server script.
function xajaxRequest($sName)
Construct and initialize this request.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxRequest class
The base class for all xajax request plugins.
Collect commands to be sent back to the browser in response to a xajax request.
function xajaxResponse()
Create and initialize a xajaxResponse object.
Contains the response class.
This class stores and tracks the response that will be returned after processing a request.
function xajaxResponseManager()
Construct and initialize the one and only xajaxResponseManager object.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxResponseManager class
Base class for all xajax response plugins.
Script to test various aspects of the xajaxResponse object.
Contains the code that can produce script and style data during deferred script generation.
function xajaxScriptPlugin()
Construct and initialize the xajax script plugin object.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxScriptPlugin class declaration.
Construct instances of this class to define functions that will be registered with the xajax request processor.
function xajaxUserFunction($uf,  
$sInclude = NULL,
$aConfiguration = array())
Constructs and initializes the xajaxUserFunction object.
Please see copyright.inc.php for a detailed description, copyright and license information.
Contains the xajaxUserFunction class
Contains shortcut’s to frequently used functions.
xajax.responseProcessor.xml = function(oRequest)
Parse the response XML into a series of commands.
Please see copyright.inc.php for a detailed description, copyright and license information.
Please see copyright.inc.php for a detailed description, copyright and license information.
Example which demonstrates a XUL application with xajax.
Example which demonstrates a XUL application with xajax.
Close