From 42a9df8b1fa672e64a16c19f20bfbff55aadbbe0 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 18 Dec 2017 10:34:05 +0100 Subject: [PATCH] add the missing explanation of onlineHelp --- window/Edit.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/window/Edit.js b/window/Edit.js index 0a98e46..b736a85 100644 --- a/window/Edit.js +++ b/window/Edit.js @@ -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; -- 2.39.2