Variable 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
A
 aArgs, xajaxArgumentManager
 aAttributes, xajaxControl
 aCallableObjects, xajaxCallableObjectPlugin
 aChildren, xajaxControlContainer
 aClientScriptGenerators, xajaxPluginManager
 aCommands, xajaxResponse
 aConfigurable, xajaxPluginManager
 aConfiguration
 aDebugMessages, xajaxResponseManager
 aEvents
 aFunctions, xajaxFunctionPlugin
 aHandlers, xajaxEvent
 aMessages, xajaxLanguageManager
 aParameters
 aProcessingEvents, xajax
 aProcessors, xajaxPluginManager
 aRegistrars, xajaxPluginManager
 aRequestPlugins, xajaxPluginManager
 aResponsePlugins, xajaxPluginManager
 aSequence, xajaxArgumentManager
 aSettings, xajax
 aVariables;, xajaxCustomRequest
B
 baseDocument, xajax. config
 bCleanBuffer, xajax
 bDecodeUTF8Input, xajaxArgumentManager
 bDeferScriptGeneration, xajaxScriptPlugin
 bErrorHandler, xajax
 bExitAllowed, xajax
 bInlineScript
 bOutputEntities
 bValidateHash, xajaxScriptPlugin
 bWorking, xajaxScriptPlugin
C
 commands, xajax
D
 DATA_FILE
 defaultContentType, xajax. config
 defaultExpirationTime, xajax. config
 defaultHttpVersion, xajax. config
 defaultMethod, xajax. config
 defaultMode, xajax. config
 defaultResponseDelayTime, xajax. config
 defaultRetry, xajax. config
 defaultReturnValue, xajax. config
E
 exceptions
H
 html, graffiti
I
 isLoaded
 isValid, graffiti
M
 MAX_SCRIBBLES
 maxObjectDepth, xajax. config
 maxObjectSize, xajax. config
N
 nMethod, xajaxArgumentManager
O
 obj, xajaxCallableObject
 objArgumentManager, xajax
 objLanguageManager, xajax
 objPluginManager
 objResponse
 objResponseManager, xajax
R
 requestURI, xajax. config
 response, xajax
 responseErrorsForAlert, xajax
 responseRedirectCodes, xajax
 responseSuccessCodes, xajax
var $aArgs
An array of arguments received via the GET or POST parameter xjxargs.
var $aAttributes
An associative array of attributes that will be used in the generation of the HMTL code for this control.
var $aCallableObjects
var $aChildren
An array of child controls.
var $aClientScriptGenerators
var $aCommands
Stores the commands that will be sent to the browser in the response.
var $aConfigurable
var $aConfiguration
An associative array that will contain configuration options for zero or more of the objects methods.
var $aConfiguration
Configuration / call options to be used when initiating a xajax request to trigger this event.
var $aConfiguration
An associative array containing call options that will be sent to the browser curing client script generation.
var $aDebugMessages
var $aEvents
An associative array of events that will be assigned to this control.
var $aEvents
var $aFunctions
An array of xajaxUserFunction object that are registered and available via a xajax.request call.
var $aHandlers
A list of xajaxUserFunction objects associated with this registered event.
var $aMessages
An array of the currently registered languages.
var $aParameters
The associative array that will be used to store the parameters for this call.
var $aParameters
An array of parameters that will be used to populate the argument list for this function when the javascript is output in xajaxRequest->printScript
var $aProcessingEvents
Stores the processing event handlers that have been assigned during this run of the script.
var $aProcessors
var $aRegistrars
var $aRequestPlugins
var $aResponsePlugins
var $aSequence
Stores the decoding sequence table.
var $aSettings
This array is used to store all the configuration settings that are set during the run of the script.
xajax.config.setDefault('baseDocument',
document)
The base document that will be used throughout the code for locating elements by ID.
var $bCleanBuffer
A configuration option that is tracked by the main xajax object.
var $bDecodeUTF8Input
A configuration option used to indicate whether input data should be UTF8 decoded automatically.
var $bDeferScriptGeneration
var $bErrorHandler
This is a configuration setting that the main xajax object tracks.
var $bExitAllowed
A configuration option that is tracked by the main <xajax>object.
var $bInlineScript
Used to store the value of the inlineScript configuration option.
var $bInlineScript
Used to store the value of the inlineScript configuration option.
var $bOutputEntities
Convert special characters to the HTML equivellent.
var $bOutputEntities
var $bValidateHash
var $bWorking
if ('undefined' = = typeof xajax.commands) xajax.commands
The array of command handlers that are currently available.
The file that will be used to store the messages on the server.
xajax.config.setDefault('defaultContentType',
'application/x-www-form-urlencoded')
The content type designated in the header of the request.
xajax.config.setDefault('defaultExpirationTime',
10000)
The amount of time to wait, in milliseconds, before a request is considered expired.
xajax.config.setDefault('defaultHttpVersion',
'HTTP/1.1')
The Hyper Text Transport Protocol version designated in the header of the request.
xajax.config.setDefault('defaultMethod',
'POST')
The method used to send requests to the server.
xajax.config.setDefault('defaultMode',
'asynchronous')
The request mode.
xajax.config.setDefault('defaultResponseDelayTime',
1000)
The delay time, in milliseconds, associated with the xajax.callback.global.onRequestDelay event.
xajax.config.setDefault('defaultRetry',
5)
The number of times a request should be retried if it expires.
xajax.config.setDefault('defaultReturnValue',
false)
The value returned by xajax.call when in asynchronous mode, or when a syncrhonous call does not specify the return value.
xajax.debug.exceptions
xajax.debug.exceptions
var $html
Stores the html that is being generated for the current request.
xajax.isLoaded
xajax.debug.isLoaded
xajax.debug.verbose.isLoaded
xajax.legacy.isLoaded
var $isValid
Indicates that the html generated for this request is valid and can be added to the wall DATA_FILE.
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.
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
xajax.config.setDefault('requestURI',
xajax.config.baseDocument.URL)
The URI that requests will be sent to.
xajax.response
The response queue that holds response commands, once received from the server, until they are processed.
xajax.responseErrorsForAlert
This array contains a list of status codes returned by the server to indicate that the request failed for some reason.
xajax.responseRedirectCodes
An array of status codes returned from the server to indicate a request for redirect to another URL.
xajax.responseSuccessCodes
This array contains a list of codes which will be returned from the server upon successful completion of the server portion of the request.