[pve-devel] [PATCH pve-manager 2/3] ext6migrate: move static class properties out of initComponent()

Dietmar Maurer dietmar at proxmox.com
Tue Nov 17 12:09:58 CET 2015


> Besides fitting more with the declarative style of ExtJS, this has the
> interesting side effect of allowing comboboxes to work with ExtJS6

applied, but I wonder if there is an alternative/correct way to
do it inside initCompoment? 


> -	Ext.apply(me, {
> -	    displayField: 'value',
> -	    valueField: 'key',
> -	    queryMode: 'local'
> -	});
> -




More information about the pve-devel mailing list