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
I
 includeCSS, xajaxResponse
 includeOnce, xajax.js
 includeScript
 includeScriptOnce, xajaxResponse
 Index of available test scripts
 index.php
 initializeRequest
 insert
 insertAfter
 insertInput
 insertInputAfter
 isClass, xajaxCallableObject
 isLoaded
 isRegistered, xajax.command.handler
 isValid, graffiti
J
 Javascript loading test
 jsLoadingTest.php
L
 Legacy mode test index
 License
 loadCommands, xajaxResponse
 loadPlugins, xajaxPluginManager
M
 makeFunction, xajax.debug.verbose
 makeWrapper, xajax.js
 MAX_SCRIBBLES
 maxObjectDepth, xajax.config
 maxObjectSize, xajax.config
 mCallback, xajax
 misc.inc.php
 miseājour
 Multi-page Sign-up Example
 Multiplication Example
 multiply.common.php
 multiply.php
 multiply.server.php
N
 nMethod, xajaxArgumentManager
O
 obj, xajaxCallableObject
 objArgumentManager, xajax
 objLanguageManager, xajax
 objPluginManager
 objResponse
 objResponseManager, xajax
 Online documentation
function includeCSS($sFileName,  
$sMedia =  null)
Response command used to include a LINK reference to the specified CSS file on the browser.
Add a reference to the specified script file if one does not already exist in the HEAD of the current document.
xajax.js.includeScript = function(command)
Adds a SCRIPT tag referencing the specified file.
function includeScript($sFileName,  
$sType =  null,
$sId =  null)
Response command used to load a javascript file on the browser.
function includeScriptOnce($sFileName,  
$sType =  null,
$sId =  null)
Response command used to include a javascript file on the browser if it has not already been loaded.
Please see copyright.inc.php for a detailed description, copyright and license information.
Index of the available test scripts for testing various aspects of the xajax server and client components.
xajax.initializeRequest = function(oRequest)
Initialize a request object, populating default settings, where call specific settings are not already provided.
xajax.debug.initializeRequest = xajax.initializeRequest; xajax.initializeRequest = function(
   oRequest
)
Generate a message indicating that the request object is being initialized.
xajax.dom.insert = function(objSibling,
sTag,
sId)
Insert a new element before the specified element.
function insert($sBefore,
$sTag,
$sId)
Response command used to insert a new element just prior to the specified element.
xajax.dom.insertAfter = function(objSibling,
sTag,
sId)
Insert a new element after the specified element.
function insertAfter($sAfter,
$sTag,
$sId)
Response command used to insert a new element after the specified one.
xajax.forms.insertInput = function(command)
Insert a new input element before the specified element.
function insertInput($sBefore,
$sType,
$sName,
$sId)
Response command used to insert a new input element preceeding the specified element.
xajax.forms.insertInputAfter = function(command)
Insert a new input element after the specified element.
function insertInputAfter($sAfter,
$sType,
$sName,
$sId)
Response command used to insert a new input element after the specified element.
function isClass($sClass)
Determins if the specified class name matches the class name of the object referenced by xajaxCallableObject->obj.
xajax.isLoaded
xajax.debug.isLoaded
xajax.debug.verbose.isLoaded
xajax.legacy.isLoaded
xajax.command.handler.isRegistered = function(command)
Returns true or false depending on whether a command handler has been created for the specified command (object).
var $isValid
Indicates that the html generated for this request is valid and can be added to the wall DATA_FILE.
Please see copyright.inc.php for a detailed description, copyright and license information.
Test the ability to load javascript at the request of the server.
Please see copyright.inc.php for a detailed description, copyright and license information.
xajax is released under the terms of the BSD license http://www.xajaxproject.org/bsd_license.txt
function loadCommands($mCommands,  
$bBefore = false)
Merges the response commands from the specified xajaxResponse object with the response commands in this xajaxResponse object.
function loadPlugins($aFolders)
Loads plugins from the folders specified.
xajax.debug.verbose.makeFunction = function(obj,
name)
Generate a wrapper function around the specified function.
xajax.js.makeWrapper = function(origFun,
args,
codeBlocks,
returnVariable,
context)
Helper function used in the wrapping of an existing javascript function.
The number of scribbles that will be retained.
xajax.config.setDefault('maxObjectDepth',
20)
The maximum depth of recursion allowed when serializing objects to be sent to the server in a request.
xajax.config.setDefault('maxObjectSize',
2000)
The maximum number of members allowed when serializing objects to be sent to the server in a request.
(function): The function or object callback to be assigned.
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 multiplication using xajax.
Example which demonstrates a multiplication using xajax.
Example which demonstrates a multiplication using xajax.
var $nMethod
Stores the method that was used to send the arguments from the client.
var $obj
A reference to the callable object.
var $objArgumentManager
Stores a reference to the global xajaxArgumentManager
var $objLanguageManager
Stores a reference to the global xajaxLanguageManager
var $objPluginManager
This stores a reference to the global xajaxPluginManager
var $objPluginManager
A reference to the global plugin manager.
var $objResponse
The current response object that will be sent back to the browser once the request processing phase is complete.
var $objResponse
A reference to the current xajaxResponse object that is being used to build the response that will be sent to the client browser.
var $objResponseManager
Stores a reference to the global xajaxResponseManager
http://wiki.xajaxproject.org/Documentation:xajax.inc.php
Close