It is possible to create friendly interfaces to the user with few lines of code. ExtJS is the most advance library to develop applications faster, with a great look and feel, and with a more flexible architecture. This course is available for both, beginners and advanced users.
One of the new functionalities in the new version of the ExtJS library is the possibility to create charts easily, you can create bar chats, linear charts and pie charts from a store.
Today I want to share and propose a project I’m currently working on, this project is about developing a theme for ExtJS 3.0.
The windows are very useful to display forms or information we need to show to the user, in this tutorial we will see important properties and methods to create windows in our applications.
The panel is a very basic component of the Ext JS Framework, especially because a lot of components inherit from it, that’s why is important to understand it and learn its functionality.
I have created an extension based on Ext JS to select files from the server. So I would like to share this extension with you and see your point of view, so if there’s any bug please report it to me.
In today’s tutorial we are going to learn how to manipulate information in JSON format with a Store and request the information to the server with Ajax.
Today we will learn how to read the content from a XML through a “reader” and manipulate the information with a Store, we’re going to use Ajax to load the information inside of the Store.
Today the Ext JS team announced that they’ve just released the latest version of the Framework, they fixed more bugs than the previous version and included enough documentation to make the migration easier for every developer.
This tutorial is very important because the component Store is used by the components that need to communicate with the server in order to show information, so we will learn the most important methods of this component.
The communication with the server is the most important part in web applications. Sending and receiving information without having the page reload each time is very easy using Ajax, in this tutorial we are going to learn how to create GET and POST requests using the Ext JS Framework.