API DOCS
Function: addHandler
function addHandler($sTarget,$sEvent,$sHandler)
Parameters:
sTarget
(string) The id of the element.
sEvent
(string) The name of the event to add the handler to.
sHandler
(string) The javascript function to call when the event is fired. You can add more than one event handler to an element's event using this method.
