Top "Extjs" questions

Sencha Ext JS is a JavaScript framework for building rich Internet applications (RIAs).

How To Fix Circular Reference Error When Dealing With Json

This question is a part of my original post here Get Data Into Extjs GridPanel Below is my Controller that …

c# json asp.net-mvc-3 extjs circular-reference
How to give padding/margin to items inside the ExtJS panel

I am using ExtJS 2.3.0 I have a panel and some items inside that { xtype: 'panel', border: false, margin: '10px;…

extjs panel padding margins
Extjs Grid - Click event listener

I did successfully add a row double click event listener to my grid by: listeners : { itemdblclick: function(dv, record, item, …

javascript extjs extjs4 click gridpanel
How to add an empty item to ExtJS combobox?

I want to add and empty item (display value is blank, item height is kept as normal) to an Ext.…

extjs combobox extjs4 extjs3 extjs-stores
Render dynamic components in ExtJS 4 GridPanel Column with Ext.create

I've got an ExtJS (4.0.7) GridPanel that I'm populating from a store. The values that I display in the GridPanel's column …

javascript dynamic extjs gridpanel
Ext JS: what is xtype good for?

I see there are lot's of examples in Ext JS where instead of actually creating Ext JS objects, an object …

extjs
Extjs - How to show combobox in Grid column

I have a gridpanel include date and combo column jsfiddle But I don't want click to show my combo. I …

extjs combobox grid extjs4.1
How to correctly set icon size of a button in extjs?

I'm using extjs4 and What i'm trying to do seems to be simple but i can't find a working solution …

javascript css extjs extjs4
Extjs change fieldLabel after field is rendered. Any better solution?

I examined how ExtJs renders form's fields in dom. To change fieldLabel after field is rendered I find proper dom …

javascript extjs
How to run .apk file generated using Cordova on device instead of emulator?

I am using Sencha Touch 2.3.1 for developing cross platform application and to deploy it to native platforms I am using …

android extjs cordova sencha-touch-2.1