Srch.U.addHandler Method (DisplayTemplatesSrch)
Adds an event handler for the given element.
Srch.U.addHandler(element, eventName, handler)
Parameters
element
The element for which a handler should be added.eventName
A String representing the event type to listen for.handler
The method to invoke when the event is fired.