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 am accessing a REST service which exposes these two resources, a parent resource and a child resource: /users /users/{…
rest extjs extjs4 parent-childI need to write some action based on the refresh button in the Paging toolbar. How can I override the …
extjs extjs4 extjs4.1Is there a way to use the Ext.app.Controller control() method, but pass in a DOM query? I have …
extjs extjs4 extjs-mvcI have configured an Ext JS 4 grid to be editable by utilising the CellEditing plugin. Some cells in the grid …
javascript extjs combobox extjs4 extjs4.1I have a panel with border layout. This panel has center region and a west region. In west region, there …
javascript extjs extjs4 extjs4.2So I have a parent and child store, illustrated here: Parent Model Ext.define('APP.model.Client', { extend: 'Ext.data.…
extjs extjs4 extjs-mvcWe are using treepanel in our application.The code is: var exStore = Ext.create('Ext.data.TreeStore',{ root : { children : [{ text : …
extjs extjs4 extjs-mvcI'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