+ Post New Thread
Ext.define('AM.view.Test', { extend: 'Ext.window.Window', alias: 'widget.test', title: 'test', height : 250, width: 350, ...
In FF, once you click the editable cells in a grid , then you scroll the grid view, the editing cell will remain at the same position without...
problem: the standard method of dragging multiple items from one object to the next is not upheld in the ext 4 DnD. When i select n items in a grid...
new Ext.chart.Chart( { width: 844, height: 400, renderTo: Ext.get('target'), legend: { position: 'right' }, xtype: 'chart', ...
Ext.selection.CheckboxModel selectionchange Event don't fired if you select the header checkbox. Open:...
First: You have to define $color-disabled: for your own button theme, because in _btn.scss Line 240 it is used as "color: darken($color-disabled,...
I tryed to change the border-radius of all panels, for the first fix variable it dosn't work, for the second it works. // not working...
The line in the legend is very thin and doesn't appear to have color. However, when you hover over the legend item, it get's thick and you can...
Say we have this store: var trendStore = Ext.create('store.json', { fields: , data: }); and this...
Hi, We have some fieldsets that are collapsed by default. I upgraded to 4.0.0 today, and now these fieldsets no longer render their child...
Error in Paging Toolbar when no data display, the arrow next page and last page is enable. Result: {"success":true,"total":0,"data":}
Steps to reproduce Go to: http://dev.sencha.com/deploy/ext-4.0.0/examples/desktop/desktop.html Open many windows so that overflow will occur in...
some screen....
Hi, we had a menu built on TreePanels in Ext3. Worked like a charm. But put into Ext4 format it started giving errors. First there's problem with...
In toolbar/Paging.js line 429: pageNum = Math.min(Math.max(1, pageNum), pageData.total); should instead be pageNum = Math.min(Math.max(1,...
in the docs for combobox.js it has this: new Ext.data.ArrayStore({ id: 0, fields: , data: , ] // data is local ...
Hi all, I noticed an interest behaviour with Ext.define. Step to reproduce Using firebug, execute the code below: ...
I have a list of predefined values in a combobox, but I would like the user to enter other values as well. ...
hi team, i have a form with 2 fields and allowBlank : false, msgTarget : 'side', minLength : 3,
When you changed "data.DataView" to "view.View" from b3 to final, I spent a lot of time looking for the reason, why my class was not available in the...
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us