dblclick |
COMPONENT |
The event fired when the user double-clicks the component. |
mouseover |
COMPONENT |
The event fired when the user moves the mouse pointer over the component. |
mouseout |
COMPONENT |
The event fired when the user moves the mouse pointer away from the component. |
mouseup |
COMPONENT |
The event fired when the user releases the mouse button over the component. |
mousemove |
COMPONENT |
The event fired when the user moves the mouse pointer over the component. |
click |
COMPONENT |
The event fired when the user clicks on the component. |
mousedown |
COMPONENT |
The event fired when the user clicks a mouse button over the component. |
select |
COMPONENT |
The event fired when the user selects some text. |
blur |
COMPONENT |
The event fired when the user moves off from the component. |
focus |
COMPONENT |
The event fired when the user focuses on the component. |
keypress |
COMPONENT |
The event fired when the user presses or holds down a keyboard key on the component. |
keyup |
COMPONENT |
The event fired when the user releases a keyboard key on the component. |
keydown |
COMPONENT |
The event fired when the user presses a keyboard key on the component. |