]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
add the missing explanation of onlineHelp
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 18 Dec 2017 09:34:05 +0000 (10:34 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Thu, 11 Jan 2018 13:48:13 +0000 (14:48 +0100)
window/Edit.js

index 0a98e46587750571da73b330bfdfa59c61e8609c..b736a85c1fe3c71bc59a13ef55b826183339afdd 100644 (file)
@@ -38,6 +38,11 @@ Ext.define('Proxmox.window.Edit', {
 
     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() {
        var me = this;