Top "Extjs-mvc" questions

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

How to get application from view?

How can I get my application from a view? For example consider I have an application Boo and there's a …

extjs extjs-mvc
How to tackle ExtJS "Synchronously loading" warning

When using ExtJS 4+ with asynchronous loading one would be familiar with this sort of warning: [Ext.Loader] Synchronously loading 'MY.…

extjs extjs4 extjs4.1 extjs-mvc
Attach ExtJS MVC controllers to DOM elements, not components

Is there a way to use the Ext.app.Controller control() method, but pass in a DOM query? I have …

extjs extjs4 extjs-mvc
EXTJS4--Why don't my associated stores load child data?

So I have a parent and child store, illustrated here: Parent Model Ext.define('APP.model.Client', { extend: 'Ext.data.…

extjs extjs4 extjs-mvc
ExtJS4 treepanel icon issue

We are using treepanel in our application.The code is: var exStore = Ext.create('Ext.data.TreeStore',{ root : { children : [{ text : …

extjs extjs4 extjs-mvc
ExtJS 4: "c is not a constructor"

I'm using chrome to develop an ExtJS application. Today I tried to open my app in Firefox 10.0.2 and it doesn't …

extjs extjs4 extjs-mvc
ExtJS4 hbox layout issue

We are using ExtJS4 in our application.But we are facing an issue with hbox layout.We need to displat …

extjs extjs4 extjs-mvc
Right Align a Button Inside A Panel ExtJS 5

I have a panel set to be an HBOX. I have a couple controls inside it. A Label, two radio …

extjs extjs-mvc
Extjs grid column header, add dropdown menu item to specific columns

I'm trying to add a button to the column header drop-down menus in my grid. However, I only want to …

extjs grid javascript-framework extjs4.2 extjs-mvc
relative paths using extjs 4

My directory structure looks like follows. (i'm using ext mvc ) www.mysite.com/ext/designer.js www.mysite.com/ext/…

extjs extjs4 extjs-mvc