mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 20:40:21 +00:00
Allow to set the onlineHelp via a config Object
For cases when we need to set the online help block id of a modal window after the help button has been configured.
This commit is contained in:
parent
80adf793a8
commit
f4824f0a69
@ -52,6 +52,12 @@ Ext.define('PVE.button.Help', {
|
||||
}
|
||||
},
|
||||
|
||||
// helper to set the onlineHelp via a config object
|
||||
setHelpConfig: function(config) {
|
||||
var me = this;
|
||||
me.setOnlineHelp(config.onlineHelp);
|
||||
},
|
||||
|
||||
handler: function() {
|
||||
var me = this;
|
||||
var docsURI;
|
||||
|
Loading…
Reference in New Issue
Block a user