Attempt to implement MVC-like pattern in ExtJS framework, using the terms from the pattern and some of the concepts.
I have couple of grids that extend AbstractFormGrid. Having an object (that could be grid or not) how to check …
extjs4.1 extjs-mvcI'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-mvcI have a store APP.store.Posts that I want to instantiate 3 different times. They will all hold the same …
extjs extjs-mvc extjs4.1I have an MVC architecture, but when I try to make another TabPanel insite an existing one, I get this …
javascript extjs extjs4 extjs-mvc