Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ClearPointerEventChanges Method

Show in webframe
The array of HTML elements for which to clear pointer event capture changes.
Clears changes made to pointer events capture for all elements in elements.
Syntax
 function Leadtools.Controls.ElementInsertionHelper.clearPointerEventChanges( 
   elements 
)

Parameters

ParameterTypeDescription
elementsobjectThe array of HTML elements for which to clear pointer event capture changes.
Remarks

Provided that pointer-events changes are supported for HTML elements (via SupportsHTMLPointerEvents), ClearPointerEventChanges clears the inline styles set for pointer-events for all elements in elements. To force pointer events to be captured, refer to ForcePointerEvents or ForcePointerEventsFromRoot. To remove the ability to respond to capture pointer events, refer to RemovePointerEvents or RemovePointerEventsFromRoot.

See ElementInsertionHelper and ImageViewer_UserDefinedHTMLDisplay for more information.

See Also

Reference

ElementInsertionHelper Object
ElementInsertionHelper Members

Error processing SSI file