Posts Tagged ‘events ExtJS’

Ext JS: Which events are fired by a component?

Ext JS: Which events are fired by a component?
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, Console tab and…

AKPC_IDS += "42,";
Tagged with: