UtilsstartHookingMouseInputInScript Method |
Starts hooking the mouse hit in the window.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction startHookingMouseInputInScript(doHide, window, name, checkFunctionInScript);
Parameters
- doHide
- Type: bool
flag to hide/unhide - window
- Type: object
DHTML window object - name
- Type: string
Name of the HTML object for which to start hooking - checkFunctionInScript
- Type: object
Script function object
See Also