• 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
..
button Loading commit data...
data Loading commit data...
dc Loading commit data...
form Loading commit data...
grid Loading commit data...
panel Loading commit data...
pool Loading commit data...
tree Loading commit data...
window Loading commit data...
Parser.js Loading commit data...
Readme.md Loading commit data...
StateProvider.js Loading commit data...
Toolkit.js Loading commit data...
Utils.js Loading commit data...
VNCConsole.js Loading commit data...
Workspace.js Loading commit data...