add the missing explanation of onlineHelp

This commit is contained in:
Dominik Csapak 2017-12-18 10:34:05 +01:00
parent cf4ecb2bfe
commit 42a9df8b1f

View 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;