Build Desktop Apps with Ext JS
Ext JS is a cross-browser JavaScript framework for building rich internet applications. It is also the foundation for Ext Designer, a desktop application that allows you build Ext JS web apps, and Sencha Touch, a mobile app framework for modern touch-based devices.
Check out the links below to find helpful resources for building apps with Ext JS.
| Title | Version | Date Added | Difficulty | |
|---|---|---|---|---|
|
Architecting Your App in Ext JS 4, Part 1 The scalability, maintainability and flexibility of an application is mostly determined by the quality of the application’s architecture. In this article, we’ll take a look at a popular application and discuss how we might architect the user interface to create a solid foundation. | 4.x | Jun 21, 2011 | Easy |
|
Architecting Your App in Ext JS 4, Part 2 In Part 1 of this series, Tommy Maintz explored how to architect a Pandora-style application using Ext JS, detailing the Model-View-Controller architecture and how to apply it to a relatively complex UI application with multiple views and models. In Part 2, Tommy moves beyond architecting the application visually, and explains how to design and code the controllers and models. | 4.x | Aug 1, 2011 | Medium |
|
Architecting Your App in Ext JS 4, Part 3 In the previous series of articles, we explored architecting a Pandora-style application using the new features of Ext JS 4. In this part of the series, we will continue implementing controller logic inside of the application's MVC architecture. | 4.x | Sep 19, 2011 | Medium |
| DomQuery v1.1 Basics This tutorial will be your starting point in learning how to navigate through the DOM and getting anything you want with Ext's DomQuery singleton object. | any version | Aug 5, 2007 | Easy |
