ExtJS

Page 6 of 6« First...23456

Getting started with ExtJS in your J2EE project

Getting started with ExtJS in your J2EE project

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,";

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:   
Page 6 of 6« First...23456