September 20, 201312 yr Hello, I want to suppress the menu selections How can I suppress this ?I ve tried to put this ShowMultiDefault to false but the menu appears ...Can someone help me ?Thanks
December 21, 201312 yr It is not recommended to suppress the menu CheckOnLoad...The script is inside configwizard.jsIf you want you can change your choice at startup using WPI configuration options, or inside your personal config.jspartial config.js// Configurations tabCheckOnLoad='none';Configurations=[];ShowMultiDefault=true;You can also change only the value: CheckOnLoad (all, none or default)
Create an account or sign in to comment