events.php

Test script that uses xajaxResponse->addHandler and xajaxResponse->removeHandler to effect the active event handlers on the browser.

Summary
Test script that uses xajaxResponse->addHandler and xajaxResponse->removeHandler to effect the active event handlers on the browser.
Only one button can be disabled at a given time.

clsMutuallyExclusiveButton

Only one button can be disabled at a given time.

function addHandler($sTarget,
$sEvent,
$sHandler)
Response command used to install an event handler on the specified element.
function removeHandler($sTarget,
$sEvent,
$sHandler)
Response command used to remove an event handler from an element.