API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_js »
xajax_core_uncompressed.js »
xajax.events »
xajax.events.addHandler
Classes & Functions
Files & Folders
Function: xajax.events.addHandler
xajax.events.addHandler = function(command) { }
Parameters:
element
(string or object) The name of, or the element itself which will have the event handler assigned.
sEvent
(string) The name of the event.
fun
(string) The function to be called.
