API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_core »
plugin_layer »
xajaxEventPlugin.inc.php »
xajaxEventPlugin
Class: xajaxEventPlugin
Plugin that adds server side event handling capabilities to xajax. Events can
be registered, then event handlers attached.
variables
functions
xajaxEventPlugin
function xajaxEventPlugin()
configure
function configure($sName, $mValue)
register
function register($aArgs)
$sType - (string): type of item being registered
$sEvent - (string): the name of the event
$ufHandler - (function name or reference): a reference to the user function to call
$aConfiguration - (array): an array containing configuration options
generateClientScript
function generateClientScript()
canProcessRequest
function canProcessRequest()
processRequest
function processRequest()
