]> git.proxmox.com Git - pve-manager.git/commitdiff
Add support for onlineHelp in Creation Wizard
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 1 Jun 2016 10:15:42 +0000 (12:15 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 1 Jun 2016 10:32:23 +0000 (12:32 +0200)
Inside a wizard, switching to a new tab will fire
the 'activate' event to the new tab, causing
the inputPanel of this tab to display its help in
the wizard window.

www/manager6/window/Wizard.js

index d6e22c1bc60ffef2fdad72dcfc7caea5f9e51a2e..31628433165be4674cd48a1ac8e8a15b2a0c4d5e 100644 (file)
@@ -65,6 +65,10 @@ Ext.define('PVE.window.Wizard', {
            region: 'south',
            margins: '0 5 5 5',
            items: [  
+               {
+                   xtype: 'pveHelpButton',
+                   itemId: 'help'
+               },
                '->', 
                { 
                    text: gettext('Back'),