Top "Extjs-mvc" questions

Attempt to implement MVC-like pattern in ExtJS framework, using the terms from the pattern and some of the concepts.

ExtJS MVC, dynamic loading and i18n

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-mvc
Images in ExtJS

Does anyone know of a way to rotate an image in ExtJs inside an Ext.Img component? The code I …

javascript extjs extjs4 extjs-mvc
Can't resolve "c is not a constructor" error

I'm trying to build a very very basic "proof of concept" app using ExtJS but i'm having a very hard …

extjs extjs4 extjs-mvc
How to display data in Label from data store in Sencha Touch

I want to display data that i receive from a data store. One way that i have tried, is to …

sencha-touch labelfield extjs-mvc
EXT JS 4 use an model association to render a grid display value

Details I have a grid used to display invoice information. The grid is populated using the Invoice store, the Invoice …

extjs extjs4 extjs-mvc
Rendering ExtJS 4+ MVC application in a html div - how-to?

All 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.2
View Reference in Controller EXTJS 4

I am not able to get combobox value in a controller. The getter method of combobox view returns function i(){ …

extjs4 extjs-mvc extjs4.2
EXTJS 4 - Global exception listener

I have a situation where I am making ajax requests to a server from various Ext gridpanel etc. In an …

javascript extjs extjs4 extjs-mvc
ExtJS 4 MVC multiple instances of views and sub/child controller difficulties

I have encountered a problem with the MVC pattern in ExtJS 4. At least, I think I have. Having approached multiple …

extjs4 extjs-mvc
Extjs4 MVC, Ext.define() and Ext.create()

Firstly, My question is I want to know how different between Ext.Define() and Ext.Create(), and I want to …

extjs4 extjs4.1 extjs-mvc