Top "Extjs4" questions

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.

How to delete record from grid on delete in extjs4

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-record
ExtJS4 Tree Panel - changing the icon of a node with no children?

I have a tree panel in an ExtJS4 application and I want to change the icon's used for nodes so …

treeview extjs4 treepanel
ExtJS vbox layout autoheight

I have two extjs items which are of variable height to be layed out vertically. I am using Ext.container.…

extjs4 vbox
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
Extjs DataView to display tooltips

I am using ExtJS DataView for my image gallery. This is my way for item tooltip. It's in tpl. new …

extjs tooltip extjs4 dataview
Removing a tab from tabPanel

var tabPanel = Ext.getCmp('tabPanel'); for(var i=1; i<tabPanel.items.length; i++) { tabPanel.items.removeAt(i); i--; } tabPanel.…

javascript extjs4 tabpanel
How to get the parent of a menu?

I'm trying to get the component in which a menu is linked. Take a look: Ext.create('Ext.Button', { id: …

extjs extjs4 extjs3
Ext JS Grid doesnt fill panel even with 'fit' layout

I'm trying to get a grid to occupy the entire space within a panel and after having searched through this …

layout extjs4 gridpanel
extjs 4 XTemplate class associations

I'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-associations
Uncaught Error: [Ext.create] Unrecognized class name / alias: MyApp.store.LibraryFolderTreeStore

I'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