Top "Extjs3" questions

Ext JS 3 is the third major version of JavaScript library for building Rich Internet Applications (RIA).

How to search for a child in a panel in ExtJs

How can I find if a particular child (item) exists in a panel using the id of the child. Say …

javascript extjs extjs3
EXTJS comboBox multiselect

In the ExtJS 3.3.1, I tried to make comboBox to multi select , but it doesn't work. Please help. var mArray = new …

javascript extjs extjs3
deselect rows of a grid in Extjs 3

I have a grid and a button that makes me select all the rows of this grid (mygrid.getSelectionModel().selectAll()) …

grid extjs3 selectall
How to get height of Ext.Panel to fill parent area

I have the following Ext.TabPanel: var modules_info_panel = new Ext.TabPanel({ activeTab: 0, defaults:{autoScroll:true}, //layout: 'fit', // makes …

extjs extjs3 tabpanel
How to add border for Container in ExtJS

I have Container look like below. I want to add border for this Container like text box border please help …

extjs extjs3
Extjs can't dynamically add/remove fields in formpanel

I have a form panel that uses a table layout to display a form. I need to add in functionality …

forms extjs extjs3
Ext Js IE error only

My web app works fine on Firefox or Chrome but not in IE. It shows me the following message: Object …

javascript internet-explorer extjs extjs3
Populate ExtJS 3.4 combobox with local JSON data

I'm using ExtJS 3.4 and I need to populate a combobox with the following data: "[{"cod_domini":"1","nom_domini":"Sant Esteve …

javascript json extjs extjs3
ext-all.js VS ext-all-debug.js

What is the difference between using ext-all.js and ext-all-debug.js? Does changing to ext-all.js from debug.js improve …

performance extjs extjs3
Display multiple fields in ExtJs 3.3 Combo box

I've opened up an ExtJs project that I've not had my head in for some time, and this is baffling …

javascript extjs combobox extjs3