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 use Sencha SDK for ExtJS?

I am using ExtJS 4.1 and I am deploying my simple HelloExt program on GlassFish V3.1. I am trying to create …

build extjs4 extjs extjs4.1
ExtJS4 hbox layout issue

We are using ExtJS4 in our application.But we are facing an issue with hbox layout.We need to displat …

extjs extjs4 extjs-mvc
ExtJS: add new MenuItem to Menu instance at runtime

I 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.1
Extjs 4 gridpanel dynamic color coding Row/Cell

I would like to dynamically change the background color of the row or sometimes a cell of the grid panel …

dynamic extjs4 color-coding
Why use Ext.apply in initComponent

A lot of code examples use Ext.apply when setting properties on a component in the initComponent method. Example : initComponent: …

extjs extjs4
ExtJS 4: Understanding hasMany and belongsTo

I'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-to
Render Ext.application in a div

I am trying to run an ExtJS4 Ext.application inside our existing website template. We have a div #content, into …

html css extjs extjs4
EXTJS Grid row colour change dynamically with getting colour code from database

I am working on an EXTJS grid whose row-color will be set according to a field(status field) value from …

extjs4 extjs-grid
relative paths using extjs 4

My directory structure looks like follows. (i'm using ext mvc ) www.mysite.com/ext/designer.js www.mysite.com/ext/…

extjs extjs4 extjs-mvc
Extjs 4 Explain drag and drop how to implement across two grids or treepanels

Using 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