[pve-devel] [PATCH pve-manager v2 2/5] Add support for onlineHelp in Creation Wizard

Emmanuel Kasper e.kasper at proxmox.com
Wed Jun 1 12:15:42 CEST 2016


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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/manager6/window/Wizard.js b/www/manager6/window/Wizard.js
index d6e22c1..3162843 100644
--- a/www/manager6/window/Wizard.js
+++ b/www/manager6/window/Wizard.js
@@ -65,6 +65,10 @@ Ext.define('PVE.window.Wizard', {
 	    region: 'south',
 	    margins: '0 5 5 5',
 	    items: [  
+		{
+		    xtype: 'pveHelpButton',
+		    itemId: 'help'
+		},
 		'->', 
 		{ 
 		    text: gettext('Back'),
-- 
2.1.4





More information about the pve-devel mailing list