API DOCS
File: xajax_core_uncompressed.js
This file contains the definition of the main xajax javascript core.
This is the client side code which runs on the web browser or similar
web enabled application. Include this in the HEAD of each page for
which you wish to use xajax.
Title: xajax core javascript library
Please see
and license information.
Classes
Class: xajax.config
This class contains all the default configuration settings. These
are application level settings; however, they can be overridden
by including a xajax.config definition prior to including the
<xajax_core.js> file, or by specifying the appropriate configuration
options on a per call basis.
Class: xajax.config.status
Provides support for updating the browser's status bar during
the request process. By splitting the status bar functionality
into an object, the xajax developer has the opportunity to
customize the status bar messages prior to sending xajax requests.
Class: xajax.config.cursor
Provides the base functionality for updating the browser's cursor
during requests. By splitting this functionalityh into an object
of it's own, xajax developers can now customize the functionality
prior to submitting requests.
Class: xajax.tools
This contains utility functions which are used throughout
the xajax core.
Class: xajax.tools.xml
An object that contains utility function for processing
xml response packets.
Class: xajax.tools.queue
This contains the code and variables for building, populating
and processing First In Last Out (FILO) buffers.
Class: xajax.responseProcessor
Class: xajax.js
Contains the functions for javascript file and function
manipulation.
Class: xajax.dom
Class: xajax.css
Class: xajax.forms
Class: xajax.events
Class: xajax.callback
Class: xajax.callback.global
The global callback object which is active for every request.
Class: xajax
Class: xajax.command
The object that manages commands and command handlers.
Class: xajax.command.handler
The object that manages command handlers.
Class: xjx
Contains shortcut's to frequently used functions.
