I create a tab by copying a sample tab.
createTab: function (rec, cfg) {
var tabpanel= Ext.getCmp('robeca-view-main-Main');
var myPanel = Ext.create({
...
Type: Posts; User: maodarin
I create a tab by copying a sample tab.
createTab: function (rec, cfg) {
var tabpanel= Ext.getCmp('robeca-view-main-Main');
var myPanel = Ext.create({
...
I write code using the grid.panel + combobox multiSelect:true.
Example does not work,
1 values when choosing not save.
2 combobox does not set the value.
I suspect that the renderer...