Tag: ExtJS

ExtJS 4: How to add Tooltip to Grid Header

ExtJS 4: How to add Tooltip to Grid Header

October 4, 2011 | By | 9 Comments

This tutorial will walk through out how to add a tooltip to a Grid Header. This feature is not natively supported by Ext JS 4 API. Fortunately,  there is a third-party plugin we can use to do it. To get started, I created a JavaScript project on Eclipse IDE and it looks like this: Plugin Code The first [...]

Continue Reading

ExtJS 4: Grid Printer Plugin

ExtJS 4: Grid Printer Plugin

September 7, 2011 | By | 12 Comments

Ed Spencer created a plugin that is capable of creating a print version of an ExtJS grid. This plugin was originally created for ExtJS 3.x. I ported it to ExtJS 4, in case someone need it. The plugin can be downloaded on the following link: https://github.com/loiane/extjs4-ux-gridprinter/archives/master The zip file contains the source code of the plugin [...]

Continue Reading

How to use ExtJS 4 + JQuery together

How to use ExtJS 4 + JQuery together

August 9, 2011 | By | 7 Comments

This is an example of how to use Ext JS 4 and JQuery in an application together. To use Ext JS 4 with any JS frameowork is very simple: you need to import the js framework file (in this case JQuery ) and import Ext JS. ANd you are ready to develop with both frameworks! [...]

Continue Reading

How to Learn Ext JS

How to Learn Ext JS

January 17, 2011 | By | 3 Comments

This tutorial will present some tips of how to learn Sencha Ext JS. For those how do not know, Ext JS is a cross-browser JavaScript library for building rich internet applications. Build rich, sustainable web applications faster than ever. I have been working with Ext JS for almost two years and I like it very [...]

Continue Reading

Top 10 Articles of 2010: Spring, Spring Security, Ext JS, Hibernate

Top 10 Articles of 2010: Spring, Spring Security, Ext JS, Hibernate

December 28, 2010 | By | 4 Comments

Hi guys, This blog completed one year and 2010 is coming to an end. So I decided to list the TOP 10 articles/tutorials of 2010. Here is the list of the most viewed articles: Tutorial: Getting Started with Spring Security ExtJS and Spring MVC Framework: CRUD DataGrid Example Ajax File Upload with ExtJS and Spring [...]

Continue Reading