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 how to handle a component's element-related events in controller?

I have a Panel and I need to capture/handle the mouseover event for the element of this panel. Currently …

extjs extjs4 extjs4.1 extjs-mvc
Explain MVC architecture of extjs

I created a small sudoku app using Javascript. Now I am trying to convert that javascript code into extjs (4.1.1a) …

extjs extjs4 extjs4.1 extjs-mvc
How to get name of a class that is being extended

I have couple of grids that extend AbstractFormGrid. Having an object (that could be grid or not) how to check …

extjs4.1 extjs-mvc
ExtJS 4 RadioGroup Change Event Fires Twice

I'm using ExtJS 4.0.7, am new to Ext, and am using the new MVC architecture. I have a RadioGroup that, upon …

extjs extjs4 extjs-mvc
Using storeId on a Ext.data.Store isn't making unique instances

I have a store APP.store.Posts that I want to instantiate 3 different times. They will all hold the same …

extjs extjs-mvc extjs4.1
ExtJS renderTo element not found

I have an MVC architecture, but when I try to make another TabPanel insite an existing one, I get this …

javascript extjs extjs4 extjs-mvc