[pve-devel] [PATCH manager 1/2] add pveIntegerfield and use it
Dominik Csapak
d.csapak at proxmox.com
Wed Nov 2 16:37:58 CET 2016
On 11/02/2016 04:28 PM, Dietmar Maurer wrote:
> why "pveIntegerfield"? Maybe you meant "pveIntegerField"? But extjs
> does use camel case for xtypes?
>
actually, extjs does not capitalize anything in the shorthand xtype,
but only in the full Ext.yyy.Zzz syntax
see (http://docs.sencha.com/extjs/6.0.1/classic/Ext.enums.Widget.html)
we use camel case for most of our widget aliases, but not all (see e.g.
form/Checkbox.js -> widget.pvecheckbox,
but form/VLanField.js -> widget.pveVlanField,
but form/VMIDSelector.js -> widget.pveVMIDSelector
)
so we are not consistent in with the aliases
but yes i can send a v2 with pveIntegerField
More information about the pve-devel
mailing list