onActivate |
|
Occurs when an element becomes active. |
onBeforeActivate |
|
Occurs before an element becomes active. |
onBeforeCopy |
|
Occurs before the selection is copied to the clipboard and before the oncopy event. |
onBeforeCut |
|
Occurs before the selection is cut from the document and provides a possibility to enable the Cut menu item. |
onBeforeDeActivate |
|
Occurs on the active element before it loses the active state. |
onBeforeEditFocus |
|
Occurs before an input:file, input:password, input:text or textarea element or an element in an editable region becomes a UI-activated. |
onBeforePaste |
|
Occurs before the contents of the clipboard are pasted into the document and provides a possibility to enable the Paste menu item. |
onBlur |
|
Occurs when an element loses focus. |
onClick |
|
Occurs when the user clicks on an element. |
onContextMenu |
|
Occurs when the right mouse button is clicked on an element and the context menu is shown. |
onControlSelect |
|
Occurs before a control is selected in an editable region. |
onCopy |
|
Occurs before the selection is copied to the clipboard. |
onCut |
|
Occurs before the selection is cut from the document and added to the clipboard. |
onDblClick |
|
Occurs when the user double clicks on an element. |
onDeActivate |
|
Occurs on the active element when it loses the active state. |
onDrag |
|
Occurs periodically on the source element during the drag operation. |
onDragEnd |
|
Occurs on the source element when the user has finished the drag operation. |
onDragEnter |
|
Occurs on an element when the user moves the mouse pointer into it during a drag operation. |
onDragLeave |
|
Occurs on an element when the user moves the mouse pointer out of it during a drag operation. |
onDragOver |
|
Occurs periodically on an element while the mouse pointer is over it during a drag operation. |
onDragStart |
|
Occurs on the source element when the user starts the drag operation. |
onDrop |
|
Occurs on a possible target element when the dragged data is dropped on it. |
onFilterChange |
|
Occurs after a filter has changed or finished a transition. |
onFocus |
|
Occurs when an element receives focus. |
onFocusIn |
|
Occurs before an element receives focus. |
onFocusOut |
|
Occurs after an element loses focus. |
onHelp |
|
Occurs after the user has pressed the F1 key. |
onKeyDown |
|
Occurs on an element that has the focus when a key is pressed down and occurs periodically until the key is released. |
onKeyPress |
|
Occurs on an element that has the focus when a key is pressed down and occurs periodically until the key is released. |
onKeyUp |
|
Occurs on an element that has the focus when the user releases a key. |
onLoseCapture |
|
Occurs when the object loses the mouse capture. |
onMouseDown |
|
Occurs when the user presses a mouse button over an element. |
onMouseEnter |
|
Occurs when the user moves the mouse pointer into the area of an element. |
onMouseLeave |
|
Occurs when the user moves the mouse pointer out of the element. |
onMouseMove |
|
Occurs when the user moves the mouse over the element. |
onMouseOut |
|
Occurs when the user moves the mouse pointer out of the element. |
onMouseOver |
|
Occurs when the user moves the mouse pointer into the element. |
onMouseUp |
|
Occurs when the user releases a mouse button over an element. |
onMouseWheel |
|
Occurs when the mouse wheel rolls. |
onMove |
|
Occurs when the position of an element's top-left corner is changed. |
onMoveEnd |
|
Occurs when the user stops dragging an absolute or relative positioned element in an editable region. |
onMoveStart |
|
Occurs when the user starts dragging an absolute or relative positioned element in an editable region. |
onPaste |
|
Occurs before the contents of the clipboard are pasted into the document. |
onPropertyChange |
|
Occurs every time when the value of an element's property is changed. |
onReadyStateChange |
|
Occurs when the load state of the data that belongs to an element or a HTML document changes. |
onResize |
|
Occurs when the size of an object has changed. |
onResizeEnd |
|
Occurs when the user stops resizing an element in an editable region. |
onResizeStart |
|
Occurs when the user starts to resize an element in an editable region. |
onSelectStart |
|
Occurs at the start of a selection process. |