SUI.Event

SUI.Event is a simple class to create a standard way to access the event object, event target an listener element across different browsers.

Defined in: Event.js


Constructor summary

Attr. Name / Description
public

SUI.Event(elListener, event)

Construct a SUI.Event object.

 


Constructor

public SUI.Event( HTMLElementNode elListener, Event event)

Construct a SUI.Event object.

Parameters:

Name Type Description
HTMLElementNode elListener The element to which the listener was attached (the this variable of the handler)
Event event The browser's event object (null for IE)