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
C
 call
 Call methods of registered objects
 callScriptTest.php
 canProcessRequest
 Catch-all function test
 catchAllFunctionTest.php
 clear
 clearAttributes, xajaxControl
 clearChildren, xajaxControlContainer
 clearEvents, xajaxControl
 clearParameters
 clearTimer, xajax.callback
 clearVariables, xajaxCustomRequest
 clsGoogleMap
 clsGoogleMap class
 clsMutuallyExclusiveButton
 clsOption
 clsOptionGroup
 clsPage
 clsSelect
 clsTable
 clsTableUpdater
 clsTableUpdater class
 clsTbody
 clsTd
 clsTfoot
 clsTh
 clsThead
 clsTr
 commonHeaders, xajax.config
 completeRequest, xajax.debug
 completeResponse, xajax.command.handler
 configure
 configureMany, xajax
 confirmCommands
 Constants
 content.inc.php
 contextAppend
 contextAssign
 contextClear, xajaxResponse
 contextPrepend
 controls_html_401_transitional.php
 controls_xhtml_10_transitional.php
 Copyright
 copyright.inc.php
 create
 createInput
 css.php
 Current Version
xajax.command.handler.call = function(command)
Calls the registered command handler for the specified command (you should always check isRegistered before calling this function)
xajax.debug.call = xajax.call; xajax.call = function()
Validates that a function name was provided, generates a message indicating that a xajax call is starting and sets a flag in the request object indicating that debugging is enabled for this call.
xajax.js.call = function(args)
Call a javascript function with a series of parameters using the current script context.
xajax.legacy.call = xajax.call; xajax.call = function(sFunction,
objParameters)
Convert call parameters from the 0.2.x syntax to the new improved call format.
function call($sMethod,
$aArgs)
Call the specified method of the object being referenced using the specified array of arguments.
function call()
Response command that indicates that the specified javascript function should be called with the given (optional) parameters.
function call($aArgs = array())
Called by the xajaxPlugin that references this function during the request processing phase.
Shortcut to xajax.call.
Please see copyright.inc.php for a detailed description, copyright and license information.
Test script that uses the xajaxResponse->call command to execute a function call on the browser.
function canProcessRequest()
Determines if a call is a xajax request or a page load request.
function canProcessRequest()
function canProcessRequest()
function canProcessRequest()
Determines whether or not the current request can be processed by this plugin.
function canProcessRequest()
Calls each of the request plugins and determines if the current request can be processed by one of them.
function canProcessRequest()
Called by the xajaxPluginManager when a request has been received to determine if the request is for a xajax enabled function or for the initial page load.
function canProcessRequest()
Called by the xajaxPluginManager to determine if this plugin can process the current request.
Please see copyright.inc.php for a detailed description, copyright and license information.
Unit test page for the catch all function.
function clear($sTarget,
$sAttribute)
Response command used to clear the specified property of the given element.
function clear()
Clear the current response.
function clearAttributes()
Removes all attributes assigned to this control.
function clearChildren()
Clears the list of child controls associated with this control.
function clearEvents()
Clear the events that have been associated with this object.
function clearParameters()
Clear the list of parameters being accumulated for this call.
function clearParameters()
Clears the parameter list associated with this request.
xajax.callback.clearTimer = function(oCallback,
sFunction)
Clear a callback timer for the specified function.
function clearVariables()
Clears the array of variables that will be used to modify the script before it is printed and sent to the client.
Please see copyright.inc.php for a detailed description, copyright and license information.
Only one button can be disabled at a given time.
A xajaxControlContainer derived class that assists with the construction of HTML option tags that will be assigned to an HTML select tag.
function clsOption($aConfiguration = array())
Constructs and initializes an instance of this class.
A xajaxControlContainer derived class that can be used around a list of clsOption objects to help the user find items in a select list.
Contains functions that will be registered and called from the browser.
function clsPage()
Constructor
A xajaxControlContainer derived class that assists in the construction of an HTML select control.
function clsSelect($aConfiguration = array())
Construct and initialize an instance of the class.
A xajaxControlContainer derived class that aids in the construction of HTML tables.
function clsTable($aConfiguration = array())
Constructs and initializes an instance of the class.
Constructs and initializes an instance of the table updater class.
function clsTableUpdater()
Constructs and initializes an instance of the table updater class.
Please see copyright.inc.php for a detailed description, copyright and license information.
function clsTbody($aConfiguration = array())
Constructs and initializes an instance of the class.
function clsTd($aConfiguration = array())
Constructs and initializes an instance of the class.
function clsTfoot($aConfiguration = array())
Constructs and initializes an instance of the class.
function clsTh($aConfiguration = array())
Constructs and initializes an instance of the class.
function clsThead($aConfiguration = array())
Constructs and initializes an instance of the class.
function clsTr($aConfiguration = array())
Constructs and initializes an instance of the class.
xajax.config.setDefault('commonHeaders',
{ 'If-Modified-Since': 'Sat, 1 Jan 2000 00:00:00 GMT' })
An array of header entries where the array key is the header option name and the associated value is the value that will set when the request object is initialized.
Generate a message indicating that the request has completed and provide some statistics regarding the request and response.
xajax.completeResponse = function(oRequest)
Called by the response command queue processor when all commands have been processed.
function configure($sName,
$mValue)
Sets/stores configuration options used by this plugin.
function configure($sName,
$mValue)
Receives configuration settings set by xajax or user script calls to xajax->configure.
function configure($sName,
$mValue)
Receives configuration settings set by xajax or user script calls to xajax->configure.
function configure($sName,
$mValue)
Call this function to set options that will effect the processing of xajax requests.
function configure($sName,
$mValue)
Accepts configuration settings from the main xajax object.
function configure($sMethod,
$sName,
$sValue)
Used to set configuration options / call options for each method.
function configure($sName,
$mValue)
function configure($sName,
$mValue)
Sets/stores configuration options that will be used when generating the client script that is sent to the browser.
function configure($sName,
$mValue)
function configure($sName,
$mValue)
Sets/stores configuration options used by this plugin.
function configure($sName,
$mValue)
function configure($sName,
$mValue)
xajax::configure.
function configure($sName,
$mValue)
Call each of the request plugins passing along the configuration setting specified.
function configure($sName,
$mValue)
Called by the xajaxPluginManager when a configuration setting is changing.
function configure($sName,
$mValue)
Called by the xajax object when configuration options are set in the main script.
function configure($sName,
$mValue)
xajax::configure.
function configure($sName,
$sValue)
Call this to set call options for this instance.
function configureMany($aOptions)
Set an array of configuration options.
xajax.js.confirmCommands = function(command)
Prompt the user with the specified text, if the user responds by clicking cancel, then skip the specified number of commands in the response command queue.
function confirmCommands($iCmdNumber,
$sMessage)
Response command that prompts user with [ok] [cancel] style message box.
xajax.dom.contextAppend = function(args)
Appends a value to a named member of the current script context object.
function contextAppend($sAttribute,
$sData)
Response command used to append a value onto the specified member of the javascript context object (or element) specified by the context member of the request.
xajax.dom.contextAssign = function(args)
Assign a value to a named member of the current script context object.
function contextAssign($sAttribute,
$sData)
Response command used to assign a value to a member of a javascript object (or element) that is specified by the context member of the request.
function contextClear($sAttribute)
Response command used to clear the value of the property specified in the sAttribute parameter.
xajax.dom.contextPrepend = function(args)
Prepend a value to a named member of the current script context object.
function contextPrepend($sAttribute,
$sData)
Response command used to prepend the speicified data to the given member of the current javascript object specified by context in the current request.
Test script for html controls; objective is to use each control and to build a heirarchy in compliance with the HTML 4.01 TRANSITIONAL standard.
Test script for html controls; objective is to use each control and to build a heirarchy in compliance with the XHTML 1.0 TRANSITIONAL standard.
This file contains detailed information regarding the xajax project, current version, copyrights, licnese and documentation.
xajax.callback.create = function()
Create a blank callback object.
xajax.command.create = function(sequence,
request,
context)
Creates a new command (object) that will be populated with command parameters and eventually passed to the command handler.
xajax.dom.create = function(objParent,
sTag,
sId)
Create a new element and append it to the specified parent element.
xajax.tools.queue.create = function(size)
Construct and return a new queue object.
function create($sParent,  
$sTag,  
$sId,  
$sType = null)
Response command used to create a new element on the browser.
xajax.forms.createInput = function(command)
Create a new input element under the specified parent.
function createInput($sParent,
$sType,
$sName,
$sId)
Response command used to create an input element on the browser.
Test script that uses xajaxResponse->includeCSS and xajaxResponse->removeCSS to effect the active style information on the page dynamically.
xajax version 0.5 (rc1)
Close