ExtJS 4: How to add Tooltip to Grid Header
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 [...]
ExtJS 4 x ExtJS 3 Class Names
Ext JS 4 reorganized the API packages names and as a consequence, some classes has a new class name now. The Ext JS 3 class names are still valid in Ext JS 4, but when we are migrating an app from Ext JS 3 to Ext JS 4, it is recommended to change the class [...]
Ext Designer User’s Guide for ExtJS 3 and ExtJS 4
Sencha published on the Learning Center two User’s Guides about Ext Designer. The first one is about how to use Ext Designer with Ext JS 3: http://www.sencha.com/learn/ext-designer-for-ext-js-3-users-guide/ And the second one is about how to use Ext Designer with Ext JS 4: http://www.sencha.com/learn/ext-designer-for-ext-js-4-users-guide/ Both user’s guides are in PDF format and you can download them [...]

