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'm very confused which one I need to use for grep object between up() down() and Ext.getCmp(ID). For …
javascript extjs extjs4 extjs4.1Using Ext JS 4.0.2, I'm trying to open a window that automatically sizes itself big enough to fit its content, until …
extjs extjs4In extjs3.x I used the stores baseParams config property to specify parameters used to load the store. This property …
javascript extjs store params extjs4I have a controller with a store, a model, and some views. I need to listen for the beforesync and …
javascript model-view-controller extjs extjs4I have this problem where I need to add a red asterisk beside a fieldLabel when a field is marked …
forms extjs extjs4 required-fieldI have a Window. I'm having some issues with the default close button which is on the top-right hand corner …
extjs extjs4 extjs4.1I have an Ext.grid.Panel (aka gridpanel) with a store, used only for client-side visual effects (i.e., nothing …
extjs4I want to get the surname fields of the selected rows. This one does not work at all: users.getSelectionModel().…
extjs extjs4can somebody help me with how to extend extjs components using extjs version 4. I am looking for a proper syntax …
extjs4