Click or drag to resize
ScriptHelper Properties

The ScriptHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllowProgressScript
If true, progress script is allowed on pages.
Public propertyStatic memberCapslockScript
Capslock check script (OnCasplockOn and OnCapslockOff functions must be implemented).
Public propertyStatic memberCloseDialogScript
Script for centralized dialog closing.
Public propertyStatic memberGetTopScript
Script for centralized retrieving of 'top' frame.
Public propertyStatic memberMinifyCurrentRequestScripts
If true, the scripts in current request are minified.
Public propertyStatic memberNewWindowScript
Script code for the dialog handling.
Public propertyStatic memberOnlyNumbersScript
Only numbers script (Must be implemented in OnKeyDown event).
Public propertyStatic memberScriptMinificationEnabled
Gets if script minification is enabled.
Public propertyStatic memberToolbarScript
HTML Editor toolbar script.
Public propertyStatic memberWOpenerScript
Cross-window scripting script ("wopener").
Top
See Also