ExtJS 4 + Sencha Architect 2: Basic Array Grid Example (using ActionColumn)
Hi everyone, After I started a thread on the Sencha Forum to post my ExtJS 4 MVC Examples, someone gave me the idea to port the ExtJS 4 Sencha Examples to Sencha Architect 2 as well. This way it is easier for beginners to learn how to use the tool and also learn about the [...]
Java Example: List all Files from a Directory (or Subdirectory)
This is a basic algorithm, but it can be very useful in some situations and very hand for those that are learning Java. The class bellow contains 4 methods: the first one will list all the files and folder names under a directory the second one will list all the file names under a directory [...]
Jetty and Eclipse Integration in 3 Steps
This tutorial will walk you through out how to integrate Jetty and Eclipse and how to run a web application on Jetty server inside Eclipse. Steps: Install Jetty Eclipse plugin Create web application Run web application 1 – Installing Jetty Eclipse Plugin When you add a server to the Servers view, you will not see [...]
ExtJS 4 Example: Multiline Row in a Grid
Today’s post is a quick tip of how we can modify the ExtJS 4 grid to support multiline rows if the content does not fit in a single row. For example, take a look at the following grid: In the description column, we want to display the following content: Lorem ipsum dolor sit amet, consectetuer [...]
ExtJS 4 MVC Example: Ajax with XML Forms
Another ExtJS 4 MVC Example. Today we are going to port the Ajax with XML Forms to MVC. Let’s get started! Project’s Structure Model – Contact Model – FieldError Model – State Store – States View – Form View- Viewport Controller App.js HTML Demo To see this example running live, please go to: http://loiane.com/extjs/extjs4-mvc-ajax-xml-form/ Download the Source Code [...]

Connect
Connect with us on the following social media platforms.