Please use this tag in relation to ExtJS 4.0 - 4.2; Ext JS 4 is the fourth major version of the JavaScript library for building Rich Internet Applications (RIA), and now includes an MVC architecture without the need to use plugins.
I have an Image Component in ExtJS which loads an image via URL like this: { xtype: 'image', width: 200, height: 200, src: …
image extjs extjs4 scale image-sizeI'm trying to add extjs components to tpl panel. Is there anyway to insert component to tpl like this Ext.…
extjs components extjs4 renderHow can I add the buttons (tools) in the header of each tab, in a TabControl? I just could add …
extjs extjs4 extjs3How would I go about waiting for multiple stores to load? I have a case where I need to do …
javascript extjs extjs4 storeI have learned basics of ExtJS and developed some web apps using ExtJS. Now I have to develop web desktop …
extjs4 webtopSo I am working on writing the backend web service using Django to create & consume JSON, and my colleague …
django json extjs4In my current project I am using ExtJs3.3. I have created many classes which had private variables and functions. For …
javascript extjs private-members extjs4I've been trying to learn to work with Models and Stores. But the proxy bit is confusing me a lot. …
javascript model proxy extjs4 storeI'm learning ExtJS, and I came across two different concepts, that seem logically connected to me. Model classes can specify …
forms validation extjs extjs4