this
parameter in the Create method.
function Leadtools.Controls.InteractiveService.createControl( owner , eventsElement , targetElement )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
owner | object | The owner of the service. Optional and can be null. This is not used by InteractiveService but can be used by the application to pass any class and extra data. ImageViewer passes this parameter in the Create method. |
eventsElement | Element | The events HTML element. The events of this element will be subscribed to and converted from raw mouse and touch to the common events mentioned above. It is required and must be a valid HTML element on the page. |
targetElement | Element | The target HTML element. This element is the target that will be used to check if the event is triggered on its surface and all coordinates will be translated based on its position. It is required and must be a valid HTML element on the page. |
Type | Description |
---|---|
The created InteractiveService object. |