]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
object grid: allow to pass online help to row editors
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 31 Mar 2020 13:04:25 +0000 (15:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 31 Mar 2020 16:13:20 +0000 (18:13 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
grid/ObjectGrid.js

index 36c873c56a3790d48a55b546db3a8ae61a72a453..fd44821d006f38b1efbe6dc1d3d288d6ada77357 100644 (file)
@@ -38,6 +38,7 @@ Ext.define('Proxmox.grid.ObjectGrid', {
            editor: {
                xtype: 'proxmoxWindowEdit',
                subject: text,
+               onlineHelp: opts.onlineHelp,
                fieldDefaults: {
                    labelWidth: opts.labelWidth || 100
                },
@@ -70,6 +71,7 @@ Ext.define('Proxmox.grid.ObjectGrid', {
            editor: {
                xtype: 'proxmoxWindowEdit',
                subject: text,
+               onlineHelp: opts.onlineHelp,
                fieldDefaults: {
                    labelWidth: opts.labelWidth || 100
                },
@@ -101,6 +103,7 @@ Ext.define('Proxmox.grid.ObjectGrid', {
            editor: {
                xtype: 'proxmoxWindowEdit',
                subject: text,
+               onlineHelp: opts.onlineHelp,
                fieldDefaults: {
                    labelWidth: opts.labelWidth || 100
                },
@@ -133,6 +136,7 @@ Ext.define('Proxmox.grid.ObjectGrid', {
            editor: {
                xtype: 'proxmoxWindowEdit',
                subject: text,
+               onlineHelp: opts.onlineHelp,
                fieldDefaults: {
                    labelWidth: opts.labelWidth || 100
                },