Tag: events ExtJS

Ext JS: Which events are fired by a component?

Ext JS: Which events are fired by a component?

November 27, 2009 | By | 2 Comments

Quick Tip: Sometimes, we need to know all events that are fired by an Ext JS component. It is easy to find out, just use the following code in Firebug: For example: let’s say that the component you want to analyze has id “id_my_grid”. Load the page with the component (project) using Firefox, open Firebug, [...]

Continue Reading