This tutorial will walk through how to implement a simple Ext JS datagrid, using a GridPanel to display structured data in a user-friendly grid.
Screeshot for this tutorial:
The grid is, without doubt, one of the most widely-used components of Ext. We all have data, and this needs to be presented to the end user in an easy-to-understand manner. The spreadsheet…
AKPC_IDS += "93,";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,";