mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-02 19:05:13 +00:00
![]() So that users of this component do not necesacrrily need to add an initComponent override and make the `me.add_XYZ_row()` there, but instead can use something like: gridRows: [ { xtype: 'text', name: 'http-proxy', text: gettext('HTTP proxy'), defaultValue: Proxmox.Utils.noneText, vtype: 'HttpProxy', deleteEmpty: true, }, ], I avoid using `rows` as config key as that is internally used for quite a few things, and potentially some existing users (did not checked all). We can still switch to that easily if it is deemed to be better... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
debian | ||
src | ||
Makefile |