Element index for package xajax
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ l ]
[ o ]
[ p ]
[ r ]
[ s ]
[ w ]
[ x ]
[ _ ]
_
- $_aFunctions
- in file xajaxIncludePlugin.inc.php, variable xajaxIncludePlugin::$_aFunctions
- $_objResponse
- in file xajaxResponsePlugin.inc.php, variable xajaxResponsePlugin::$_objResponse
- $_objXajax
- in file xajaxRequestProcessorPlugin.inc.php, variable xajaxRequestProcessorPlugin::$_objXajax
- $_objXajax
- in file xajaxIncludePlugin.inc.php, variable xajaxIncludePlugin::$_objXajax
- _decodeUTF8Data
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::_decodeUTF8Data()
Decodes string data from UTF-8 to the current xajax encoding.
- _getReturnValue
- in file xajaxResponse.inc.php, method xajaxResponse::_getReturnValue()
returns an xml encoded string containing the return value to send
- _getScriptFilename
- in file xajaxDefaultIncludePlugin.inc.php, method xajaxDefaultIncludePlugin::_getScriptFilename()
- _outputError
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::_outputError()
- _outputResponse
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::_outputResponse()
- _parseObjXml
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::_parseObjXml()
A recursive function that generates an array from the contents of $this->aObjArray.
- _processInputArgs
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::_processInputArgs()
Converts the raw input arguments into proper xajax arguments.
- _wrap
- in file xajaxDefaultIncludePlugin.inc.php, method xajaxDefaultIncludePlugin::_wrap()
- _xmlToArray
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::_xmlToArray()
Takes a string containing xajax xjxobj XML or xjxquery XML and builds an array representation of it to pass as an argument to the PHP function being called.
- __construct
- in file xajaxResponsePlugin.inc.php, method xajaxResponsePlugin::__construct()
- __construct
- in file xajaxIncludePlugin.inc.php, method xajaxIncludePlugin::__construct()
- __construct
- in file xajaxRequestProcessorPlugin.inc.php, method xajaxRequestProcessorPlugin::__construct()
- __get
- in file xajaxResponse.inc.php, method xajaxResponse::__get()
Internal function for PHP5 only. Used to permit plugins to be called as if they were native member variables of the xajaxResponse class.
top
a
- $aCallableObjects
- in file xajax.inc.php, variable xajax::$aCallableObjects
- $aCommands
- in file xajaxResponse.inc.php, variable xajaxResponse::$aCommands
- $aEventCallbacks
- in file xajax.inc.php, variable xajax::$aEventCallbacks
- $aFunctions
- in file xajax.inc.php, variable xajax::$aFunctions
- $aObjArray
- in file xajaxDefaultRequestProcessorPlugin.inc.php, variable xajaxDefaultRequestProcessorPlugin::$aObjArray
- $aParameters
- in file xajaxResponse.inc.php, variable xajaxCall::$aParameters
- $aPluginFolders
- in file xajaxPluginManager.inc.php, variable xajaxPluginManager::$aPluginFolders
- $aResponsePlugins
- in file xajaxPluginManager.inc.php, variable xajaxPluginManager::$aResponsePlugins
- addAlert
- in file legacy.inc.php, method legacyXajaxResponse::addAlert()
- addAppend
- in file legacy.inc.php, method legacyXajaxResponse::addAppend()
- addAssign
- in file legacy.inc.php, method legacyXajaxResponse::addAssign()
- addClear
- in file legacy.inc.php, method legacyXajaxResponse::addClear()
- addCommand
- in file xajaxResponse.inc.php, method xajaxResponse::addCommand()
Adds a commmand to the array of all commands
- addCommand
- in file xajaxResponsePlugin.inc.php, method xajaxResponsePlugin::addCommand()
- addConfirmCommands
- in file legacy.inc.php, method legacyXajaxResponse::addConfirmCommands()
- addCreate
- in file legacy.inc.php, method legacyXajaxResponse::addCreate()
- addCreateInput
- in file legacy.inc.php, method legacyXajaxResponse::addCreateInput()
- addEvent
- in file xajaxResponse.inc.php, method xajaxResponse::addEvent()
Adds an event command message to the response.
- addHandler
- in file xajaxResponse.inc.php, method xajaxResponse::addHandler()
Adds a handler command message to the response.
- addIncludeCSS
- in file legacy.inc.php, method legacyXajaxResponse::addIncludeCSS()
- addIncludeScript
- in file legacy.inc.php, method legacyXajaxResponse::addIncludeScript()
- addInsert
- in file legacy.inc.php, method legacyXajaxResponse::addInsert()
- addInsertAfter
- in file legacy.inc.php, method legacyXajaxResponse::addInsertAfter()
- addInsertInput
- in file legacy.inc.php, method legacyXajaxResponse::addInsertInput()
- addInsertInputAfter
- in file legacy.inc.php, method legacyXajaxResponse::addInsertInputAfter()
- addParameter
- in file xajaxResponse.inc.php, method xajaxCall::addParameter()
- addPluginCommand
- in file xajaxResponse.inc.php, method xajaxResponse::addPluginCommand()
Used internally by the response plugin system
- addPluginFolder
- in file xajaxPluginManager.inc.php, method xajaxPluginManager::addPluginFolder()
- addPrepend
- in file legacy.inc.php, method legacyXajaxResponse::addPrepend()
- addRedirect
- in file legacy.inc.php, method legacyXajaxResponse::addRedirect()
- addRemove
- in file legacy.inc.php, method legacyXajaxResponse::addRemove()
- addRemoveHandler
- in file legacy.inc.php, method legacyXajaxResponse::addRemoveHandler()
- addReplace
- in file legacy.inc.php, method legacyXajaxResponse::addReplace()
- addScript
- in file legacy.inc.php, method legacyXajaxResponse::addScript()
- addScriptCall
- in file legacy.inc.php, method legacyXajaxResponse::addScriptCall()
- alert
- in file xajaxResponse.inc.php, method xajaxResponse::alert()
Adds an alert command message to the response.
- allowBlankResponseOff
- in file legacy.inc.php, method legacyXajax::allowBlankResponseOff()
- allowBlankResponseOn
- in file legacy.inc.php, method legacyXajax::allowBlankResponseOn()
- append
- in file xajaxResponse.inc.php, method xajaxResponse::append()
Adds an append command message to the response.
- assign
- in file xajaxResponse.inc.php, method xajaxResponse::assign()
Adds an assign command message to the response.
- autoCompressJavascript
- in file xajax.inc.php, method xajax::autoCompressJavascript()
This method can be used to create a new xajax.js file out of the xajax_uncompressed.js file (which will only happen if xajax.js doesn't already exist on the filesystem).
top
b
- $bAllowAllResponseTypes
- in file xajax.inc.php, variable xajax::$bAllowAllResponseTypes
- $bAllowBlankResponse
- in file xajax.inc.php, variable xajax::$bAllowBlankResponse
- $bCleanBuffer
- in file xajax.inc.php, variable xajax::$bCleanBuffer
- $bDebug
- in file xajax.inc.php, variable xajax::$bDebug
- $bDecodeUTF8Input
- in file xajax.inc.php, variable xajax::$bDecodeUTF8Input
- $bErrorHandler
- in file xajax.inc.php, variable xajax::$bErrorHandler
- $bExitAllowed
- in file xajax.inc.php, variable xajax::$bExitAllowed
- $bOutputEntities
- in file xajax.inc.php, variable xajax::$bOutputEntities
- $bOutputEntities
- in file xajaxResponse.inc.php, variable xajaxResponse::$bOutputEntities
- $bStatusMessages
- in file xajax.inc.php, variable xajax::$bStatusMessages
- $bUseUncompressedScripts
- in file xajax.inc.php, variable xajax::$bUseUncompressedScripts
- $bWaitCursor
- in file xajax.inc.php, variable xajax::$bWaitCursor
top
c
- call
- in file xajaxResponse.inc.php, method xajaxResponse::call()
Adds a Javascript function call command message to the response.
- canProcessRequest
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::canProcessRequest()
- canProcessRequest
- in file xajax.inc.php, method xajax::canProcessRequest()
Returns true if xajax can process the request, false if otherwise.
- canProcessRequest
- in file xajaxRequestProcessorPlugin.inc.php, method xajaxRequestProcessorPlugin::canProcessRequest()
- canProcessRequests
- in file legacy.inc.php, method legacyXajax::canProcessRequests()
- cleanBufferOff
- in file legacy.inc.php, method legacyXajax::cleanBufferOff()
- cleanBufferOn
- in file legacy.inc.php, method legacyXajax::cleanBufferOn()
- clear
- in file xajaxResponse.inc.php, method xajaxResponse::clear()
Adds a clear command message to the response.
- clearParameters
- in file xajaxResponse.inc.php, method xajaxCall::clearParameters()
- confirmCommands
- in file xajaxResponse.inc.php, method xajaxResponse::confirmCommands()
Adds a confirm commands command message to the response.
- create
- in file xajaxResponse.inc.php, method xajaxResponse::create()
Adds a create element command message to the response.
- createInput
- in file xajaxResponse.inc.php, method xajaxResponse::createInput()
Adds a create input command message to the response.
top
top
top
g
- generate
- in file xajaxResponse.inc.php, method xajaxCall::generate()
- getCharEncoding
- in file xajax.inc.php, method xajax::getCharEncoding()
Returns the character encoding for the HTTP output
- getCommandCount
- in file xajaxResponse.inc.php, method xajaxResponse::getCommandCount()
Returns the number of commands current in the response
- getContentType
- in file xajaxResponse.inc.php, method xajaxResponse::getContentType()
Returns the content type of the response (typically "text/xml").
- getFlag
- in file xajax.inc.php, method xajax::getFlag()
Returns the value of the flag
- getGlobalResponse
- in file xajax.inc.php, method xajax::getGlobalResponse()
Returns an xajaxResponse object set up with this xajax object's encoding and entity settings. Use this for singleton-pattern response development.
- getIncludePlugin
- in file xajaxPluginManager.inc.php, method xajaxPluginManager::getIncludePlugin()
- getInstance
- in file xajaxPluginManager.inc.php, method xajaxPluginManager::getInstance()
- getJavascript
- in file xajax.inc.php, method xajax::getJavascript()
Returns the xajax Javascript code that should be added to your HTML page between the <head> </head> tags. (executes Javascript include plugin)
- getJavascript
- in file xajaxIncludePlugin.inc.php, method xajaxIncludePlugin::getJavascript()
- getJavascript
- in file xajaxDefaultIncludePlugin.inc.php, method xajaxDefaultIncludePlugin::getJavascript()
- getJavascriptConfig
- in file xajaxDefaultIncludePlugin.inc.php, method xajaxDefaultIncludePlugin::getJavascriptConfig()
- getJavascriptConfig
- in file xajaxIncludePlugin.inc.php, method xajaxIncludePlugin::getJavascriptConfig()
- getJavascriptConfig
- in file xajax.inc.php, method xajax::getJavascriptConfig()
Returns a string containing inline Javascript that sets up the xajax runtime (typically called internally by xajax from get/printJavascript).
- getJavascriptInclude
- in file xajaxIncludePlugin.inc.php, method xajaxIncludePlugin::getJavascriptInclude()
- getJavascriptInclude
- in file xajax.inc.php, method xajax::getJavascriptInclude()
Returns a string containing a Javascript include of the xajax.js file along with a check to see if the file loaded after six seconds (typically called internally by xajax from get/printJavascript).
- getJavascriptInclude
- in file xajaxDefaultIncludePlugin.inc.php, method xajaxDefaultIncludePlugin::getJavascriptInclude()
- getLogFile
- in file xajax.inc.php, method xajax::getLogFile()
Returns the log file to use for error output (or "" if no log file is to be used)
- getOutput
- in file xajaxResponse.inc.php, method xajaxResponse::getOutput()
Returns the output of the response suitable for sending to a Web browser (i. e., XML or JSON)
- getRegisteredCallableObjects
- in file xajax.inc.php, method xajax::getRegisteredCallableObjects()
Returns an associative array of callable objects
- getRegisteredEvents
- in file xajax.inc.php, method xajax::getRegisteredEvents()
Returns an associative array of event definitions
- getRegisteredFunctions
- in file xajax.inc.php, method xajax::getRegisteredFunctions()
Returns an associative array of registered function definitions
- getRequestMode
- in file xajaxRequestProcessorPlugin.inc.php, method xajaxRequestProcessorPlugin::getRequestMode()
- getRequestMode
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::getRequestMode()
- getRequestMode
- in file xajax.inc.php, method xajax::getRequestMode()
Returns the current request mode (XAJAX_GET or XAJAX_POST), or -1 if there is none. (executes request processor plugin)
- getRequestProcessorPlugin
- in file xajaxPluginManager.inc.php, method xajaxPluginManager::getRequestProcessorPlugin()
- getRequestURI
- in file xajax.inc.php, method xajax::getRequestURI()
Returns the current request URI
- getResponsePlugin
- in file xajaxPluginManager.inc.php, method xajaxPluginManager::getResponsePlugin()
- getTimeout
- in file xajax.inc.php, method xajax::getTimeout()
Returns the xajax Javascript timeout
- getVersion
- in file xajax.inc.php, method xajax::getVersion()
Returns the current xajax version.
- getWrapperPrefix
- in file xajax.inc.php, method xajax::getWrapperPrefix()
Returns the Javascript wrapper prefix
- getXML
- in file legacy.inc.php, method legacyXajaxResponse::getXML()
top
top
top
top
p
- plugin
- in file xajaxResponse.inc.php, method xajaxResponse::plugin()
Provides access to the xajaxResponse plugin system. If you use PHP 4 or 5, pass the plugin name as the first argument, the plugin's method name as the second argument, and subsequent arguments (if any) after that.
- prepend
- in file xajaxResponse.inc.php, method xajaxResponse::prepend()
Adds an prepend command message to the response.
- printJavascript
- in file xajax.inc.php, method xajax::printJavascript()
Prints the xajax Javascript header and wrapper code into your page by printing the output of the getJavascript() method. It should only be called between the tags in your HTML page.
- processRequest
- in file xajaxRequestProcessorPlugin.inc.php, method xajaxRequestProcessorPlugin::processRequest()
- processRequest
- in file xajaxDefaultRequestProcessorPlugin.inc.php, method xajaxDefaultRequestProcessorPlugin::processRequest()
- processRequest
- in file xajax.inc.php, method xajax::processRequest()
This is the main communications engine of xajax. The engine handles all
- processRequests
- in file legacy.inc.php, method legacyXajax::processRequests()
top
r
- $returnValue
- in file xajaxResponse.inc.php, variable xajaxResponse::$returnValue
- redirect
- in file xajaxResponse.inc.php, method xajaxResponse::redirect()
Uses the addScript() method to add a Javascript redirect to another URL.
- registerCallableObject
- in file xajax.inc.php, method xajax::registerCallableObject()
Registers an object whose methods will be searched for a match to the incoming request function name. If more than one callable object is registered, the first object that contains a method having the same name as the incoming function will be called.
- registerCatchAllFunction
- in file legacy.inc.php, method legacyXajax::registerCatchAllFunction()
- registerEvent
- in file xajax.inc.php, method xajax::registerEvent()
Registers a callback with an xajax event. Available events are:
- registerExternalFunction
- in file legacy.inc.php, method legacyXajax::registerExternalFunction()
- registerFunction
- in file xajax.inc.php, method xajax::registerFunction()
Registers a PHP function or method to be callable through xajax in your
- registerIncludePlugin
- in file xajaxPluginManager.inc.php, method xajaxPluginManager::registerIncludePlugin()
- registerPreFunction
- in file legacy.inc.php, method legacyXajax::registerPreFunction()
- registerRequestProcessorPlugin
- in file xajaxPluginManager.inc.php, method xajaxPluginManager::registerRequestProcessorPlugin()
- registerResponsePlugin
- in file xajaxPluginManager.inc.php, method xajaxPluginManager::registerResponsePlugin()
- remove
- in file xajaxResponse.inc.php, method xajaxResponse::remove()
Adds a remove element command message to the response.
- removeCSS
- in file xajaxResponse.inc.php, method xajaxResponse::removeCSS()
Adds a remove CSS command message to the response.
- removeHandler
- in file xajaxResponse.inc.php, method xajaxResponse::removeHandler()
Adds a remove handler command message to the response.
- removeScript
- in file xajaxResponse.inc.php, method xajaxResponse::removeScript()
Removes a script reference so the browser can unload the .js file
- replace
- in file xajaxResponse.inc.php, method xajaxResponse::replace()
Adds a replace command message to the response.
top
s
- $sCallName
- in file xajaxResponsePlugin.inc.php, variable xajaxResponsePlugin::$sCallName
- $sContentType
- in file xajaxResponse.inc.php, variable xajaxCall::$sContentType
- $sEncoding
- in file xajax.inc.php, variable xajax::$sEncoding
- $sEncoding
- in file xajaxResponse.inc.php, variable xajaxResponse::$sEncoding
- $sFunction
- in file xajaxResponse.inc.php, variable xajaxCall::$sFunction
- $sLogFile
- in file xajax.inc.php, variable xajax::$sLogFile
- $sMode
- in file xajaxResponse.inc.php, variable xajaxCall::$sMode
- $sRequestType
- in file xajaxResponse.inc.php, variable xajaxCall::$sRequestType
- $sRequestURI
- in file xajax.inc.php, variable xajax::$sRequestURI
- $sRequestURI
- in file xajaxResponse.inc.php, variable xajaxCall::$sRequestURI
- $sResponseProcessor
- in file xajaxResponse.inc.php, variable xajaxCall::$sResponseProcessor
- $sReturnValue
- in file xajaxResponse.inc.php, variable xajaxCall::$sReturnValue
- $sWrapperPrefix
- in file xajax.inc.php, variable xajax::$sWrapperPrefix
- script
- in file xajaxResponse.inc.php, method xajaxResponse::script()
Adds a Javascript command message to the response.
- setCallableObject
- in file legacy.inc.php, method legacyXajax::setCallableObject()
- setCharEncoding
- in file xajax.inc.php, method xajax::setCharEncoding()
Sets the character encoding for the HTTP output based on
- setCharEncoding
- in file xajaxResponse.inc.php, method xajaxResponse::setCharEncoding()
Sets the character encoding for the response based on $sEncoding, which
- setContentType
- in file xajaxResponse.inc.php, method xajaxCall::setContentType()
- setFlag
- in file xajax.inc.php, method xajax::setFlag()
Sets a flag (boolean true or false). Available flags with their defaults are as follows:
- setFlags
- in file xajax.inc.php, method xajax::setFlags()
Sets multiple flags based on the supplied associative array (see xajax::setFlag() for flag names)
- setFunction
- in file xajaxResponse.inc.php, method xajaxCall::setFunction()
- setFunctions
- in file xajaxIncludePlugin.inc.php, method xajaxIncludePlugin::setFunctions()
- setLogFile
- in file xajax.inc.php, method xajax::setLogFile()
Specifies a log file that will be written to by xajax during a request (used only by the error handling system at present). If you don't invoke this method, or you pass in "", then no log file will be written to.
- setMode
- in file xajaxResponse.inc.php, method xajaxCall::setMode()
- setOutputEntities
- in file xajaxResponse.inc.php, method xajaxResponse::setOutputEntities()
If true, tells the response object to convert special characters to HTML entities automatically (only works if the mb_string extension is available).
- setRequestType
- in file xajaxResponse.inc.php, method xajaxCall::setRequestType()
- setRequestURI
- in file xajax.inc.php, method xajax::setRequestURI()
Sets the URI to which requests will be made.
- setRequestURI
- in file xajaxResponse.inc.php, method xajaxCall::setRequestURI()
- setResponseObject
- in file xajaxResponsePlugin.inc.php, method xajaxResponsePlugin::setResponseObject()
- setResponseProcessor
- in file xajaxResponse.inc.php, method xajaxCall::setResponseProcessor()
- setReturnValue
- in file xajaxResponse.inc.php, method xajaxResponse::setReturnValue()
Stores a value (or array) that will be passed back as part of the response.
- setReturnValue
- in file xajaxResponse.inc.php, method xajaxCall::setReturnValue()
- setTimeout
- in file xajax.inc.php, method xajax::setTimeout()
Sets the timeout before xajax notifies the client that xajax has not been loaded Usage: $xajax->setTimeout(6000);
- setWrapperPrefix
- in file xajax.inc.php, method xajax::setWrapperPrefix()
Sets the prefix that will be appended to the Javascript wrapper functions (default is "xajax_").
- setXajax
- in file xajaxIncludePlugin.inc.php, method xajaxIncludePlugin::setXajax()
- setXajax
- in file xajaxRequestProcessorPlugin.inc.php, method xajaxRequestProcessorPlugin::setXajax()
- statusMessagesOff
- in file legacy.inc.php, method legacyXajax::statusMessagesOff()
- statusMessagesOn
- in file legacy.inc.php, method legacyXajax::statusMessagesOn()
top
top
x
- xajaxDefaultIncludePlugin.inc.php
- procedural page xajaxDefaultIncludePlugin.inc.php
- xajaxDefaultRequestProcessorPlugin.inc.php
- procedural page xajaxDefaultRequestProcessorPlugin.inc.php
- xajaxIncludePlugin.inc.php
- procedural page xajaxIncludePlugin.inc.php
- xajaxPluginManager.inc.php
- procedural page xajaxPluginManager.inc.php
- xajaxRequestProcessorPlugin.inc.php
- procedural page xajaxRequestProcessorPlugin.inc.php
- xajaxResponsePlugin.inc.php
- procedural page xajaxResponsePlugin.inc.php
- xajax.inc.php
- procedural page xajax.inc.php
- xajaxResponse.inc.php
- procedural page xajaxResponse.inc.php
- xajax
- in file xajax.inc.php, class xajax
The xajax class uses a modular plug-in system to facilitate the processing
- xajax
- in file xajax.inc.php, method xajax::xajax()
Sets up the xajax object and the plugin system
- xajaxCall
- in file xajaxResponse.inc.php, method xajaxCall::xajaxCall()
- xajaxCall
- in file xajaxResponse.inc.php, class xajaxCall
The xajaxCall class is used to create Javascript call commands which can be used in event handlers to initiate xajax requests.
- xajaxDefaultIncludePlugin
- in file xajaxDefaultIncludePlugin.inc.php, class xajaxDefaultIncludePlugin
xajaxDefaultIncludePlugin.inc.php :: xajax default script include plugin class
- xajaxDefaultRequestProcessorPlugin
- in file xajaxDefaultRequestProcessorPlugin.inc.php, class xajaxDefaultRequestProcessorPlugin
xajaxDefaultRequestProcessorPlugin.inc.php :: xajax default request processor plugin
- xajaxErrorHandler
- in file xajax.inc.php, function xajaxErrorHandler()
This function is registered with PHP's set_error_handler() function if the xajax error handling system is turned on.
- xajaxIncludePlugin
- in file xajaxIncludePlugin.inc.php, method xajaxIncludePlugin::xajaxIncludePlugin()
- xajaxIncludePlugin
- in file xajaxIncludePlugin.inc.php, class xajaxIncludePlugin
xajaxIncludePlugin.inc.php :: xajax abstract script include plugin class
- xajaxPluginManager
- in file xajaxPluginManager.inc.php, class xajaxPluginManager
xajaxPluginManager.inc.php :: xajax plugin manager
- xajaxRequestProcessorPlugin
- in file xajaxRequestProcessorPlugin.inc.php, method xajaxRequestProcessorPlugin::xajaxRequestProcessorPlugin()
- xajaxRequestProcessorPlugin
- in file xajaxRequestProcessorPlugin.inc.php, class xajaxRequestProcessorPlugin
xajaxRequestProcessorPlugin.inc.php :: xajax abstract request processor plugin class
- xajaxResponse
- in file xajaxResponse.inc.php, method xajaxResponse::xajaxResponse()
The constructor's main job is to set the character encoding for the response.
- xajaxResponse
- in file xajaxResponse.inc.php, class xajaxResponse
The xajaxResponse class is used to create responses to be sent back to your Web page. A response contains one or more command messages for updating your page.
- xajaxResponsePlugin
- in file xajaxResponsePlugin.inc.php, method xajaxResponsePlugin::xajaxResponsePlugin()
- xajaxResponsePlugin
- in file xajaxResponsePlugin.inc.php, class xajaxResponsePlugin
xajaxResponsePlugin.inc.php :: xajax abstract response plugin class
- XAJAX_DEFAULT_CHAR_ENCODING
- in file xajax.inc.php, constant XAJAX_DEFAULT_CHAR_ENCODING
Define XAJAX_DEFAULT_CHAR_ENCODING that is used by both
- XAJAX_GET
- in file xajax.inc.php, constant XAJAX_GET
Communication Method Defines
- XAJAX_POST
- in file xajax.inc.php, constant XAJAX_POST
top
|
|