Utils Methods |
The Utils type exposes the following members.
Name | Description | |
---|---|---|
![]() | closeRootWindow |
Closes the root window of the childWindow
Is not supported.
|
![]() | createShellDataObject |
For Internet Explorer only. Create ShellDataObject instance
Is not supported.
|
![]() | createSplashScreen |
For Internet Explorer only. Creates new splashscreen and return reference to it.
Is not supported.
|
![]() | createXmlHttpRequestManager |
Creates instance of XmlHttpRequestManager
|
![]() | getClipboardData |
Returns html content, thats stored in clipboard
|
![]() | hideKeyboardInput |
Hides/Unhides the key's hit in the window.
Is not supported.
|
![]() | isClipboardSupported |
Checks if clipboard operations are supported
|
![]() | isValueNumber |
If val string represents a number (decimal or double) in the specified locale then true is returned.
Is not supported.
|
![]() | isWindowVisible |
For Internet Explorer only.
Is to fix incorrect behavior of window.closed in IE.
Is not supported.
|
![]() | openIEWindowInNewProcess |
OpenIEWindowInNewProcess is the analogue of the window.open()
|
![]() | printPreviewDocument |
Print preview of HTMLDocument.
Is not supported.
|
![]() | setBrowserWindowStyle |
For Internet Explorer only. Sets the style of the browser window.
Is not supported.
|
![]() | setClipboardData |
Set content, thats stored in clipboard
|
![]() | startHookingMouseInputInScript |
Starts hooking the mouse hit in the window.
|
![]() | stopHookingMouseInputInScript |
Stops hooking the mouse hit in the window.
|
![]() | toHideMouseInputInScript |
For Internet Explorer only. Hides/Unhides the mouse hit.
Is not supported.
|