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 working in extjs4. I have view with grid as item with code: { margin : '10 0 5 100', xtype : 'grid', id : …
grid extjs4 delete-recordI have a tree panel in an ExtJS4 application and I want to change the icon's used for nodes so …
treeview extjs4 treepanelI have two extjs items which are of variable height to be layed out vertically. I am using Ext.container.…
extjs4 vboxI have an MVC architecture, but when I try to make another TabPanel insite an existing one, I get this …
javascript extjs extjs4 extjs-mvcvar tabPanel = Ext.getCmp('tabPanel'); for(var i=1; i<tabPanel.items.length; i++) { tabPanel.items.removeAt(i); i--; } tabPanel.…
javascript extjs4 tabpanelI'm trying to get the component in which a menu is linked. Take a look: Ext.create('Ext.Button', { id: …
extjs extjs4 extjs3I'm trying to get a grid to occupy the entire space within a panel and after having searched through this …
layout extjs4 gridpanelI'm testing out extjs 4 and I have stumbled upon something, I can't seem to figure out. I have simple object …
extjs model extjs4 model-associationsI'm migrating ext js 4 to ext js 5.1 .I have code in my extjs 4.2.1 which is giving console error after upgrading …
javascript extjs extjs4 extjs5