Search Type: Posts; User: lool
Search: Search took 0.02 seconds.
-
3 Jan 2013 4:42 AM
- Replies
- 13
- Views
- 2,116
I solve this issue by inherits from Ext.panel.Table instead Ext.grid.Panel which accept adding "features" config as simple array
-
19 Sep 2012 8:07 AM
Jump to post Thread: How to reinitialize combobox by lool
- Replies
- 7
- Views
- 628
Yes i see what displayTpl is compiling at initializing time. I just thought maybe there is an event which force reinitialize component, maybe private method or etc. Or someone know ux combobox with...
-
19 Sep 2012 7:59 AM
Jump to post Thread: How to reinitialize combobox by lool
- Replies
- 7
- Views
- 628
Немного не так понял. Мне нужно ленивое объявление полей для стора. До того как прийдет ответ от сервера, я не могу написать так: "fields: ['id', 'title'], c.valueField = 'id'".
Если в двух словах,... -
18 Sep 2012 8:21 AM
Jump to post Thread: How to reinitialize combobox by lool
- Replies
- 7
- Views
- 628
Dear community, help me resolve this trouble
#combobox
constructor: function (config){
config.store = Ext.create('Ext.data.Store', {
fields: [],
...
Results 1 to 4 of 4
