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.

understanding "Layout run failure" error logging

I am doing some charting work and got a single line message "Layout run failure" when nothing was being created …

debugging logging extjs extjs4 extjs4.1
extjs column sort & sort arrow icon

I have a list of projects. When I click on a column header, the column is sorted and a sort …

sorting extjs extjs4 columnheader
How to set an item selected in extjs tree panel by default?

I have a tree panel with some items. Whenever I render the treepanel an item should be selected by default.

extjs extjs4 sencha-architect
CheckBox, action event

I need to add a Check box, and when the user checks on it (as in changes the value check/…

extjs extjs4 extjs4.1
How to get currently active item`s index number (and not active item`s id) on a card layout on Extjs?

How do I get the currently active item's index number (and not active item's id) on a card layout? The …

javascript extjs extjs4
How to tackle ExtJS "Synchronously loading" warning

When using ExtJS 4+ with asynchronous loading one would be familiar with this sort of warning: [Ext.Loader] Synchronously loading 'MY.…

extjs extjs4 extjs4.1 extjs-mvc
How do I submit a form using a store under ExtJs?

Is there a way to have a form submit create an object in a store under ExtJs 4? It seems strange …

forms extjs extjs4 store
Extjs Treepanel: CSS to change default icons (node and leaf)

I have a tree panel like http://jsfiddle.net/bmbMy/ I try to change default icons (node and leaf) by …

extjs tree extjs4 extjs4.1 extjs4.2
ExtJS Grid Panel - Multiple "rows" per row?

We have an ExtJS Grid Panel that has grown to include too many columns (imo), so I am looking into …

extjs grid extjs4 gridpanel
ExtJS How to modify the textfield parameter autocomplete="off"

Some modern (Safari, chrom, firefox) browser records informations and allows you to autocomplete some textfields when you come back. I …

extjs4 extjs