Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ForcePointerEventsFromRoot Method

Show in webframe
The root HTML element to force pointer events capturing upon.
Forces rootElement and its descendants to respond to pointer events.
Syntax
 function Leadtools.Controls.ElementInsertionHelper.forcePointerEventsFromRoot( 
   rootElement 
)

Parameters

ParameterTypeDescription
rootElementElementThe root HTML element to force pointer events capturing upon.
Remarks

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

See ElementInsertionHelper and ImageViewer_UserDefinedHTMLDisplay for more information.

See Also

Reference

ElementInsertionHelper Object
ElementInsertionHelper Members

Error processing SSI file