Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

RemovePointerEventsFromRoot Method

Show in webframe
The root HTML element to remove pointer events from.
Removes the ability of rootElement and its descendants to respond to pointer events.
Syntax
 function Leadtools.Controls.ElementInsertionHelper.removePointerEventsFromRoot( 
   rootElement 
)

Parameters

ParameterTypeDescription
rootElementElementThe root HTML element to remove pointer events from.
Remarks

Provided that pointer-events changes are supported for HTML elements (via SupportsHTMLPointerEvents), RemovePointerEventsFromRoot adds the pointer-events: none style to rootElement and all its descendants. To clear these changes, refer to ClearPointerEventChanges or ClearPointerEventChangesFromRoot. To force pointer events to be captured, refer to ForcePointerEvents or ForcePointerEventsFromRoot.

See ElementInsertionHelper and ImageViewer_UserDefinedHTMLDisplay for more information.

See Also

Reference

ElementInsertionHelper Object
ElementInsertionHelper Members

Error processing SSI file