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.
We are using ExtJS4 in our application.But we are facing an issue with hbox layout.We need to displat …
extjs extjs4 extjs-mvcI need to add a newly-created MenuItem at runtime; so my code currently looks like: var myMenu = myCmp.query('mymenu')[0]; // …
javascript extjs extjs4 extjs4.1I would like to dynamically change the background color of the row or sometimes a cell of the grid panel …
dynamic extjs4 color-codingA lot of code examples use Ext.apply when setting properties on a component in the initComponent method. Example : initComponent: …
extjs extjs4I've been struggling to understand how to use hasMany and belongsTo for quite sometime. My understanding is hasMany is a 1:…
model extjs4 has-many extjs4.2 belongs-toI am working on an EXTJS grid whose row-color will be set according to a field(status field) value from …
extjs4 extjs-gridMy directory structure looks like follows. (i'm using ext mvc ) www.mysite.com/ext/designer.js www.mysite.com/ext/…
extjs extjs4 extjs-mvcUsing Extjs 4.07 Assume I have two treePanels or, more likely, two grids. I want to be able to drag items …
extjs datagrid drag-and-drop extjs4 treepanel