• 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
LanguageSelector.js 191 Bytes