Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ForcePointerEvents Method

Show in webframe
The array of HTML elements for which to force pointer event capture.
Forces all elements in elements to capture pointer events.
Syntax
 function Leadtools.Controls.ElementInsertionHelper.forcePointerEvents( 
   elements 
)

Parameters

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

Provided that pointer-events changes are supported for HTML elements (via SupportsHTMLPointerEvents), ForcePointerEvents adds the pointer-events: all style for all elements in elements. To remove the ability to respond to capture pointer events, refer to RemovePointerEvents or RemovePointerEventsFromRoot. To clear changes made to pointer events, refer to ClearPointerEventChanges or ClearPointerEventChangesFromRoot.

See ElementInsertionHelper and ImageViewer_UserDefinedHTMLDisplay for more information.

See Also

Reference

ElementInsertionHelper Object
ElementInsertionHelper Members

Error processing SSI file