Click or drag to resize

UtilsstartHookingMouseInputInScript Method

Starts hooking the mouse hit in the window.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function 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