events.phpTest script that uses xajaxResponse->addHandler and xajaxResponse->removeHandler to effect the active event handlers on the browser. Summary
|
Response command used to install an event handler on the specified element.
function addHandler( $sTarget, $sEvent, $sHandler )
Response command used to remove an event handler from an element.
function removeHandler( $sTarget, $sEvent, $sHandler )