API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_core »
plugin_layer »
xajaxFunctionPlugin.inc.php »
xajaxFunctionPlugin
Class: xajaxFunctionPlugin
variables
functions
xajaxFunctionPlugin
function xajaxFunctionPlugin()
Constructs and initializes the
data is searched for xajax function call parameters. This will later
be used to determine if the request is for a registered function in
configure
function configure($sName, $mValue)
Sets/stores configuration options used by this plugin.
register
function register($aArgs)
Provides a mechanism for functions to be registered and made available to
the page via the javascript
generateClientScript
function generateClientScript()
Called by the
phase. This is used to generate a block of javascript code that will
contain function declarations that can be used on the browser through
javascript to initiate xajax requests.
canProcessRequest
function canProcessRequest()
Determines whether or not the current request can be processed
by this plugin.
processRequest
function processRequest()
Called by the
processed.
