Category: Ext JS 4
ExtJS 4 MVC Example: Basic Array Grid
Starting the first ExtJS 4 MVC Example. Today we are going to port the Basic Array Grid to MVC. Let’s get started! Project’s Structure Model Store View – Grid View- Viewport Controller App.js HTML CSS Download the Source Code You can download the full source code from my Github repository: https://github.com/loiane/extjs4-mvc-basic-array-grid Happy Coding!
ExtJS 4 MVC Examples
I’ve been away from this blog a little while, but I am back! To start again my blog post series, I am going to start porting the Sencha ExtJS 4 examples into the MVC architecture. I’ve been publishing a series of free trainings of ExtJS 4, Sass and Compass and Sencha Touch 2 in my [...]
ExtJS 4 First Look: Sample Chapter Available
Hi everyone, I finally finished writing my ExtJS 4 book a couple of months ago and now the book was already uploaded to the printers. Just waiting to be published! Meanwhile, you can check out a sample chapter. It is chapter 04, and it is about charts. You can buy the book at the publisher’s [...]
[Screencast] Spket: Setting up Eclipse IDE for Ext JS 4 development
This screencast will walk you through how to set up Eclipse IDE for Ext JS 4 development with Spekt Eclipse plugin. It demonstrates how to enable the autocomplete feature on Eclipse or Aptana I wrote a tutorial about it a while ago, but it demonstrates how to configure Spket with Ext JS 3. This is an updated tutorial [...]
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 [...]

