Class Index | File Index

Classes


Class YEvt


Defined in: YEvt.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
YEvt()
cross browser event handling and trackingNot instanciable.
Method Summary
Method Attributes Method Name and Description
<static>  
YEvt.addCollection(trigger, eventDescList, Function, datas)
add events listener
Class Detail
YEvt()
cross browser event handling and trackingNot instanciable.
Method Detail
<static> {int[]} YEvt.addCollection(trigger, eventDescList, Function, datas)
add events listener
Parameters:
{DomElement} trigger
element triggering the event.
{string[]} eventDescList
events names (ex:['mouseup','mousedown']).
{function} Function
function called when event is fired.
of type : Function(event,eventDesc,datas);
{mixed} datas Optional
miscalenous datas that could be used by Function.
Returns:
{int[]} events listener index list.

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Nov 16 2013 03:47:43 GMT+0100 (CET)