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 | |
|---|---|---|---|---|
|
Layouts and Containers The layout system is one of the most powerful parts of Ext JS. It handles the sizing and positioning of every component in your application and keeps everything in the right place while your user gets their work done. | 4.x | Dec 17, 2010 | Medium |
|
Getting Started with Ext JS 4.0 This introduction to Ext JS 4.0 explains the major improvements made to the framework, and how you can get started with creating your first application with it. | 4.x | Apr 26, 2011 | Easy |
|
The Tree Component Ext JS 4.0 introduces a solid foundation for one of our most versatile components - Tree. Tree and grid now both extend from the same base class. All of the benefits of grid - features, extensions, and plugins can now be used on trees. | 4.x | Apr 26, 2011 | Medium |
|
Theming Ext JS 4 has a brand new theming system to customize the look of your application while still supporting all browsers. This guide explains how to use it, together with Sass and Compass, its dependencies. | 4.x | Apr 26, 2011 | Medium |
|
The Class System This manual is intended for any developer who wants to create new or extend existing classes with the new class system in Ext JS 4.x. | 4.x | Apr 26, 2011 | Medium |
|
The MVC Application Architecture Ext JS 4 comes with a new application architecture that not only organizes your code but reduces the amount you have to write. In this guide you will learn how to put simple applications together with this structured pattern. | 4.x | Apr 26, 2011 | Medium |
|
The Data Package The data package is what loads and saves all of the data in your application. This guide walks you through the major classes you'll use to populate your application with data from both remote and local storage. | 4.x | Apr 26, 2011 | Medium |
|
Drawing and Charting This document is intended to guide you through the overall design and implementation details of the Drawing and Charting packages. The drawing and charting packages enable you to create cross browser and cross device graphics in a versatile way. | 4.x | Apr 26, 2011 | Medium |
|
The Grid Component The grid is one of the centerpieces of Ext JS. It’s an incredibly versatile component that provides a great way to view lots of data at once, formatted exactly how you need it. With Ext JS 4 we have overhauled the grid, making it faster, lighter and easier to customize. | 4.x | Apr 26, 2011 | Medium |
| Components A simple example, and videos, about how to create components in Ext JS. | 4.x | Apr 26, 2011 | Medium |
