Ext JS 7.9 & Rapid Ext JS 1.1 are out now! Check what’s new Read More

blog image
GXT

Migrating Styles & Themes from Ext GWT 2 to Sencha GXT 3

Background In Ext GWT 2, component styles were defined in a single large CSS file. Developers could extend or redefine the styles in this file to control the appearance of a component or define a custom theme. Although this made…

blog image
GXT

Extensions, Extensions, Extensions

Extensions allow developers to access valuable features and explore beyond Sencha's usual frameworks. Thus, they are a very important part of the Sencha platform. At Sencha, we are investing to improve our ecosystem of extensions and I wanted to share…

blog image
GXT

Expressive Presentation of Data with Sencha GXT 3 Charts

In a previous article, we provided an introduction to the Sencha GXT 3 charting library. However, there is far more to the charting library than was previously covered. This article discusses the more intermediate and advanced features that you can…

blog image
GXT

Ext GWT 3.0 State API

The Ext GWT 3.0 State API provides the ability to persist state information. The API supports saving state data to different persistence providers. These include providers based on cookies and HTML5 local storage. The data is saved and retrieved as…

blog image
GXT

Ext GWT 3.0 Beta Now Available

Ext GWT 3.0 Beta Now Available. Download Ext GWT 3.0 Beta Today Today we are happy to announce the availability of Ext GWT 3.0 Beta! We consider this Ext GWT 3.0 Beta to be feature complete (with one exception, the…

blog image
GXT

Ext GWT 3.0 Developer Preview 5

The Ext GWT team has been hard at work on Ext GWT 3.0 and we’re happy to announce the availability of Ext GWT 3.0 PR5. This will be the last developer preview release as we move toward our 3.0 beta…

blog image
GXT

Ext GWT 3.0 Drawing and Charting

It has always been a challenge to draw objects in GWT because SVG and VML are not supported out of the box. In a modern web application, it is useful to have charts or other richly interactive visuals, particularly in…

blog image
GXT

Ext GWT 3.0 Developer Preview 1

The Ext GWT team has been hard at work on our Ext GWT 3.0 release. We are happy to announce the availability of our first developer preview release. 3.0 is a major upgrade from 2.0 with a massive amount of…

blog image
GXT

Ext GWT 3.0 XTemplate Redesign

XTemplates are are a powerful feature in Ext GWT. Prior to 3.0, XTemplates have been implemented using the same design and code as Ext JS. For 3.0, we decided we would like to replace the Ext JS JavaScript-based implementation with…