• Emmanuel Kasper's avatar
    ext5migrate: pass the items we want in the ComboBox as a config property · bf6b27eb
    Emmanuel Kasper authored
    Since ExtJS5, when doing such a declaration,
    
    	Ext.applyIf(me, {
    	    items: {
    		xtype: 'pveKVComboBox',
    		comboItems: data,
    	    }
    	});
    
    the comboItems property is passed in the parent class as a config object,
    instead of being directly available via this.comboItems
    
    Since using a config object is the recommended way of passing parameters
    int the ExtJS class model, adapt the parent class to use the new paradigm.
    bf6b27eb
Name
Last commit
Last update
..
bootstrap Loading commit data...
css Loading commit data...
ext4 Loading commit data...
ext5 Loading commit data...
images Loading commit data...
manager Loading commit data...
manager5 Loading commit data...
mobile Loading commit data...
touch Loading commit data...
Makefile Loading commit data...