mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-21 12:21:31 +00:00
object grid: allow to pass online help to row editors
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9dc4b04bba
commit
7d16f8b34c
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user