PDA

View Full Version : where to get all the 'event name' from ext DOC



ah_fui
28 Jun 2007, 11:10 PM
hi,

on(String eventName, Function handler, [Object options]) : void Observable
Appends an event handler to this element (shorthand for addListener)

what is the full event name for tis 'ON' method ??
so far what i know is 'click' and i can't find from the ext doc.

please show your way.

thx

Animal
28 Jun 2007, 11:21 PM
Every class that fires events has a link at the top of its doc page linking to its events.