Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sdk:customized-web-gui-extension-display-and-change-custom-config-paramters [2016/08/03 15:14] fachetsdk:customized-web-gui-extension-display-and-change-custom-config-paramters [2022/01/26 15:51] (current) schmitt
Line 1: Line 1:
-====== Custom Configuration Parameters ======+====== WEB GUI Extension & Custom Configuration Parameters ======
 Customized GUI extensions to display and change custom config paramters. Customized GUI extensions to display and change custom config paramters.
 +
 +Please use nb_userpage_register in stead of nb_page_register in case you want to show this page also to non-admin user
  
 <code c gui-extension.are> <code c gui-extension.are>
Line 44: Line 46:
 } }
  
 +</code>
 +
 +{{:sdk:gui-extension1.png|}}
 +
 +{{:sdk:sdk_ftp1.png|}}
 +
 +
 +Entering data into the fields:
 +
 +----
 +{{:sdk:sdk_ftp.png|}}
 +----
 +will store the data in the user configuration paramters for further use:
 +<code>
 +custom.var0=ftp.myserver.com
 +custom.var1=myfile.txt
 +custom.var2=admin
 +custom.var3=adminpassword
 +custom.var4=n
 </code> </code>