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. | |
clearVariables, xajaxCustomRequest | |
clsGoogleMap | |
clsGoogleMap class | |
clsMutuallyExclusiveButton | |
clsOption | |
clsOptionGroup | |
clsPage | |
clsSelect | |
clsTable | |
clsTableUpdater | |
clsTableUpdater class | |
clsTbody | |
clsTd | |
clsTfoot | |
clsTh | |
clsThead | |
clsTr | |
commonHeaders, xajax. | |
completeRequest, xajax. | |
completeResponse, xajax. | |
configure | |
configureMany, xajax | |
confirmCommands | |
Constants | |
content. | |
contextAppend | |
contextAssign | |
contextClear, xajaxResponse | |
contextPrepend | |
controls_html_401_transitional.php | |
controls_xhtml_10_transitional.php | |
Copyright | |
copyright. | |
create | |
createInput | |
css.php | |
Current Version |
Calls the registered command handler for the specified command (you should always check isRegistered before calling this function)
xajax.command.handler.call = function( command )
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.debug.call = xajax.call; xajax.call = function()
Call a javascript function with a series of parameters using the current script context.
xajax.js.call = function( args )
Convert call parameters from the 0.2.x syntax to the new improved call format.
xajax.legacy.call = xajax.call; xajax.call = function( sFunction, objParameters )
Call the specified method of the object being referenced using the specified array of arguments.
function call( $sMethod, $aArgs )
Response command that indicates that the specified javascript function should be called with the given (optional) parameters.
function call()
Called by the xajaxPlugin that references this function during the request processing phase.
function call( $aArgs = array() )
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.
function canProcessRequest()
Response command used to clear the specified property of the given element.
function clear( $sTarget, $sAttribute )
Clear the current response.
function clear()
Removes all attributes assigned to this control.
function clearAttributes()
Clears the list of child controls associated with this control.
function clearChildren()
Clear the events that have been associated with this object.
function clearEvents()
Clear the list of parameters being accumulated for this call.
function clearParameters()
Clears the parameter list associated with this request.
function clearParameters()
Clear a callback timer for the specified function.
xajax.callback.clearTimer = function( oCallback, sFunction )
Clears the array of variables that will be used to modify the script before it is printed and sent to the client.
function clearVariables()
Constructs and initializes an instance of this class.
function clsOption( $aConfiguration = array() )
Constructor
function clsPage()
Construct and initialize an instance of the class.
function clsSelect( $aConfiguration = array() )
Constructs and initializes an instance of the class.
function clsTable( $aConfiguration = array() )
Constructs and initializes an instance of the table updater class.
function clsTableUpdater()
Constructs and initializes an instance of the class.
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() )
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.
xajax.config.setDefault( 'commonHeaders', { 'If-Modified-Since': 'Sat, 1 Jan 2000 00:00:00 GMT' } )
Called by the response command queue processor when all commands have been processed.
xajax.completeResponse = function( oRequest )
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( $sName, $mValue )
Used to set configuration options / call options for each method.
function configure( $sMethod, $sName, $sValue )
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, $mValue )
Call this to set call options for this instance.
function configure( $sName, $sValue )
Set an array of configuration options.
function configureMany( $aOptions )
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.
xajax.js.confirmCommands = function( command )
Response command that prompts user with [ok] [cancel] style message box.
function confirmCommands( $iCmdNumber, $sMessage )
Appends a value to a named member of the current script context object.
xajax.dom.contextAppend = function( args )
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.
function contextAppend( $sAttribute, $sData )
Assign a value to a named member of the current script context object.
xajax.dom.contextAssign = function( args )
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 contextAssign( $sAttribute, $sData )
Response command used to clear the value of the property specified in the sAttribute parameter.
function contextClear( $sAttribute )
Prepend a value to a named member of the current script context object.
xajax.dom.contextPrepend = function( args )
Response command used to prepend the speicified data to the given member of the current javascript object specified by context in the current request.
function contextPrepend( $sAttribute, $sData )
Create a blank callback object.
xajax.callback.create = function()
Creates a new command (object) that will be populated with command parameters and eventually passed to the command handler.
xajax.command.create = function( sequence, request, context )
Create a new element and append it to the specified parent element.
xajax.dom.create = function( objParent, sTag, sId )
Construct and return a new queue object.
xajax.tools.queue.create = function( size )
Response command used to create a new element on the browser.
function create( $sParent, $sTag, $sId, $sType = null )
Create a new input element under the specified parent.
xajax.forms.createInput = function( command )
Response command used to create an input element on the browser.
function createInput( $sParent, $sType, $sName, $sId )