ExtensionPointer

ExtensionPointer

Creates pointer extensions.

Constructor

(protected) new ExtensionPointer($container)

Description:
  • Creates a new pointer extension.
Source:
Example
ExtensionPointer.activate($container);
Parameters:
Name Type Description
$container HTMLElement The container on which to attach the extension.

Methods

(static) activate($containeropt)

Description:
  • Activates the extension.
Source:
Parameters:
Name Type Attributes Description
$container HTMLElement <optional>
The container on which to attach the extension.