humpdi
20 Feb 2007, 10:29 AM
hey guys!
i just want to know, is there any documentation of the events which are possible at each method?
e.g.:
addListener
public function addListener(String/HTMLElement element, String eventName, Function fn, Object options)
Appends an event handler
Parameters:
* element : String/HTMLElement
The html element or id to assign the event to
* eventName : String
The type of event to append
* fn : Function
The method the event invokes
* options : Object
An object with standard EventManager options
Returns:
* void
what i want to know are the type of events which i can use for eventName??? is there any definition or documentation?
please let me know!
thanks
i just want to know, is there any documentation of the events which are possible at each method?
e.g.:
addListener
public function addListener(String/HTMLElement element, String eventName, Function fn, Object options)
Appends an event handler
Parameters:
* element : String/HTMLElement
The html element or id to assign the event to
* eventName : String
The type of event to append
* fn : Function
The method the event invokes
* options : Object
An object with standard EventManager options
Returns:
* void
what i want to know are the type of events which i can use for eventName??? is there any definition or documentation?
please let me know!
thanks