Attempt to implement MVC-like pattern in ExtJS framework, using the terms from the pattern and some of the concepts.
I would like to translate my ExtJS application in different languages. My issue is that I'm using ExtJS MVC framework, …
extjs localization internationalization extjs4 extjs-mvcDoes anyone know of a way to rotate an image in ExtJs inside an Ext.Img component? The code I …
javascript extjs extjs4 extjs-mvcI'm trying to build a very very basic "proof of concept" app using ExtJS but i'm having a very hard …
extjs extjs4 extjs-mvcI want to display data that i receive from a data store. One way that i have tried, is to …
sencha-touch labelfield extjs-mvcDetails I have a grid used to display invoice information. The grid is populated using the Invoice store, the Invoice …
extjs extjs4 extjs-mvcAll examples that I have found so far explain how to render ExtJS (4.2) MVC application within the "viewport", which in …
javascript extjs extjs4 extjs-mvc extjs4.2I am not able to get combobox value in a controller. The getter method of combobox view returns function i(){ …
extjs4 extjs-mvc extjs4.2I have a situation where I am making ajax requests to a server from various Ext gridpanel etc. In an …
javascript extjs extjs4 extjs-mvcI have encountered a problem with the MVC pattern in ExtJS 4. At least, I think I have. Having approached multiple …
extjs4 extjs-mvcFirstly, My question is I want to know how different between Ext.Define() and Ext.Create(), and I want to …
extjs4 extjs4.1 extjs-mvc