TTMSFNCWXContainerHTMLEvent Enumeration
Identifies the kind of HTML DOM event an action listens for on its target element.
API unit family: TMSFNCWXContainer
Members
| Name | Description |
|---|---|
heClick |
Listens for a single mouse click on the element. |
heDblClick |
Listens for a double click on the element. |
heKeyPress |
Listens for a key press while the element has focus. |
heKeyDown |
Listens for a key being pressed down on the element. |
heKeyUp |
Listens for a key being released on the element. |
heMouseDown |
Listens for a mouse button being pressed on the element. |
heMouseMove |
Listens for mouse movement over the element. |
heMouseUp |
Listens for a mouse button being released on the element. |
heMouseEnter |
Listens for the mouse pointer entering the element. |
heMouseLeave |
Listens for the mouse pointer leaving the element. |
heBlur |
Listens for the element losing focus. |
heFocus |
Listens for the element gaining focus. |
heChange |
Listens for a change to the element value. |
heSelect |
Listens for a selection change within the element. |
heCustom |
Listens for a custom event identified by the action custom event name. |
heNone |
Indicates that the action listens for no event. |