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
S
 sAlias, xajaxUserFunction
 sCharacterEncoding
 sChildClass, xajaxControlContainer
 sClass, xajaxControl
 sContentType, xajaxCall
 sCoreIncludeOutput, xajax
 sDefer
 sEndTag, xajaxControl
 sEventPrefix, xajaxEventPlugin
 sFunction, xajaxCall
 sGoogleSiteKey, clsGoogleMap
 sHash, xajaxScriptPlugin
 sInclude, xajaxUserFunction
 sJavascriptURI
 sLanguage, xajaxLanguageManager
 sLogFile, xajax
 sMode, xajaxCall
 sName
 sQuoteCharacter, xajaxRequest
 sRequest, xajaxScriptPlugin
 sRequestedClass, xajaxCallableObjectPlugin
 sRequestedEvent, xajaxEventPlugin
 sRequestedFunction, xajaxFunctionPlugin
 sRequestedMethod, xajaxCallableObjectPlugin
 sRequestType, xajaxCall
 sRequestURI
 sResponseProcessor, xajaxCall
 sReturnValue, xajaxCall
 sScript;, xajaxCustomRequest
 sTag, xajaxControl
 statusMessages, xajax. config
 sXajaxPrefix
T
 text
U
 uf, xajaxUserFunction
 update
W
 waitCursor, xajax. config
 window, xajax. debug
 windowID, xajax. debug
 windowSource, xajax. debug
 windowStyle, xajax. debug
 windowTemplate, xajax. debug
 workId, xajax. debug
X
 XAJAX_DEFAULT_CHAR_ENCODING
 XAJAX_PROCESSING_EVENT
var $sAlias
An alias to use for this function.
var $sCharacterEncoding
The character encoding in which the input data will be received.
var $sCharacterEncoding
The name of the encoding method you wish to use when dealing with special characters.
var $sCharacterEncoding
var $sChildClass
Will contain ‘%inline’ if all children are class = ‘%inline’, ‘%block’ if all children are ‘%block’ or ‘%flow’ if both ‘%inline’ and ‘%block’ elements are detected.
var $sClass
Contains a declaration of the class of this control.
var $sContentType
The content type to use for the request.
var $sCoreIncludeOutput
This is populated with any errors or warnings produced while including the xajax core components.
var $sDefer
Used to store the state of the scriptDeferral configuration setting.
var $sDefer
var $sDefer
var $sDefer
Configuration option that can be used to request that the javascript file is loaded after the page has been fully loaded.
var $sEndTag
var $sEventPrefix
var $sFunction
Required: The name of the xajax enabled function to call
The key that google has assigned to your site.
var $sHash
var $sInclude
The path and file name of the include file that contains the function.
var $sJavascriptURI
Used to store the base URI for where the javascript files are located.
var $sJavascriptURI
Used to store the base URI for where the javascript files are located.
var $sLanguage
The currently configured language.
var $sLogFile
A configuration setting tracked by the main xajax object.
var $sMode
The mode to use for the call
var $sName
The name of the event.
var $sName
The name of the function.
var $sQuoteCharacter
A string containing either a single or a double quote character that will be used during the generation of the javascript for this function.
var $sRequest
var $sRequestedClass
var $sRequestedEvent
var $sRequestedFunction
This string is used to temporarily hold the name of the function that is being requested (during the request processing phase).
var $sRequestedMethod
var $sRequestType
The request type that will be used for the call
var $sRequestURI
The URI for where this request will be sent.
var $sRequestURI
var $sResponseProcessor
The name of the javascript function that will be invoked to handle the response.
var $sReturnValue
Required: The value to return once the xajax.call has returned.
var $sTag
xajax.config.setDefault('statusMessages',
false)
var $sXajaxPrefix
var $sXajaxPrefix
var $sXajaxPrefix
A configuration setting that is stored locally and used during the client script generation phase.
xajax.debug.text
xajax.debug.text
var $uf
A string or array which defines the function to be registered.
xajax.config.status.update
xajax.config.setDefault('waitCursor',
false)
A reference to the debugging window, once constructed, where messages will be displayed throughout the request process.
xajax.debug.windowID
A ‘unique’ name used to identify the debugging window that is attached to this xajax session.
xajax.debug.windowSource
The default URL that is given to the debugging window upon creation.
if ('undefined' = = typeof xajax.debug.windowStyle) xajax.debug.windowStyle
The parameters that will be used to create the debugging window.
if ('undefined' = = typeof xajax.debug.windowTemplate) xajax.debug.windowTemplate
The HTML template and CSS style information used to populate the debugging window upon creation.
xajax.debug.workId
Stores a ‘unique’ identifier for this session so that an existing debugging window can be detected, else one will be created.
if (
   !defined ('XAJAX_DEFAULT_CHAR_ENCODING')
) define ('XAJAX_DEFAULT_CHAR_ENCODING', 'utf-8')
Default character encoding used by both the xajax and xajaxResponse classes.
if (
   !defined ('XAJAX_PROCESSING_EVENT')
) define ('XAJAX_PROCESSING_EVENT', 'xajax processing event')
String: XAJAX_PROCESSING_EVENT_BEFORE String: XAJAX_PROCESSING_EVENT_AFTER String: XAJAX_PROCESSING_EVENT_INVALID