mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 18:10:47 +00:00
add the missing explanation of onlineHelp
This commit is contained in:
parent
cf4ecb2bfe
commit
42a9df8b1f
@ -38,6 +38,11 @@ Ext.define('Proxmox.window.Edit', {
|
|||||||
|
|
||||||
showProgress: false,
|
showProgress: false,
|
||||||
|
|
||||||
|
// assign a reference from docs, to add a help button docked to the
|
||||||
|
// bottom of the window. If undefined we magically fall back to the
|
||||||
|
// onlineHelp of our first item, if set.
|
||||||
|
onlineHelp: undefined,
|
||||||
|
|
||||||
isValid: function() {
|
isValid: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user