Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

EventsTarget Property

Show in webframe
Events target control or HTML element.
Syntax
get_eventsTarget();
set_eventsTarget(value);
Object.defineProperty('eventsTarget');

Property Value

TypeDescription
ElementThe events target control or HTML element.
Remarks

This is the same value set in the eventsTarget parameter to the Create method. 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. Required and must be a valid control or HTML element on the page.

See Also

Reference

InteractiveService Object
InteractiveService Members

Error processing SSI file