Web Help Window Features
This property allows Framework designers to specify the properties of the Help window which is opened when an end-user presses F1.
The value specified here is passed as a parameter to the JavaScript window.open method when the help window is opened. As such it must be validly formatted as a window.open parameter or unexpected results or application failures may occur.
Refer to Microsoft JavaScript documentation for more details about this parameter.
The shipped default value is width=600,height=425,directories=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes.
This property is in the Web/RAMP Details tab.