This tutorial will walk through how to get an Ext JS installation up and running quickly in your java (J2EE) project.
Level: Basic
This is the screenshot of this tutorial:
First, if you haven’t downloaded ExtJS already, do it: http://extjs.com/products/extjs/download.php (most current release).
PS.: I’m using Eclipse IDE.
1 - After download the ExtJS library, let’s create a…
AKPC_IDS += "48,";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,";