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 align elements in a toolbar to left, middle, right

How can I have the three regions left, middle, right within a toolbar? I know that I can use -&…

extjs extjs4 extjs4.1 extjs-mvc
ExtJs - Filter a grid with a search field in the column header

In ExtJs, there are many options to filter a grid. There are two nice examples in the documentation, like referenced …

extjs filter grid extjs4 extjs4.2
How to use Ext.define in ExtJS 4?

I'm new to ExtJS 4 and need some help understanding how the Ext.define works, please. In fact what I want …

extjs portlet extjs4
Ext.loader not enabled Missing required?

I have some problems with Extjs4 librairie. I want to use treeEditor component. Firebug error : Error : uncaught exception: Ext.Loader …

extjs4
Icons available for ExtJS's Panel's "tool" buttons

How can I set icon used in my Panel's "Title Bar"? Maybe I need to add an image myself, but …

extjs4
How to create custom ExtJS form field component?

I want to create custom ExtJS form field components using other ExtJS components in it (e.g. TreePanel). How can …

forms extjs extjs4
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
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: How do I get raw JSON data from Ext.data.Store?

From a typical store like this Ext.define('User', { extend: 'Ext.data.Model', fields: [ {name: 'firstName', type: 'string'}, {name: 'lastName', …

extjs4