Ext JS 4 provides MVC support where we create a Controller for a collection of Views and Models. The usual confusion to this approach, is how many controllers do you require in an application. The general approach is one controller […]
View Controllers Like the ViewModel, Ext JS 5 introduces a ViewController class. The ViewController class can be used instead of the traditional Controller class. The Controller classes manage the views and bind the events with the views. This can become […]
Data binding in Ext JS 5 Data binding is a beaten-to-death concept in UI frameworks. You bind the value of a variable to some property of an UI component. Any changes to the value of the variable will result in […]
What’s new in Ext JS 5? Ext JS 5 provides a lot of API changes, architectural options and new features. This version also narrows down the gap with Sencha Touch, the mobile JavaScript library. Some of the new features in […]
A new release of any library or language always excites me. So here is Ext JS 5.0 Beta version. http://dev.sencha.com/ext/5.0.0/ Some of the features that immediately grabbed my attention. Support for Touch events Introduction of the ViewModel binding, a feature […]