onactivate: fired when the object is set to the active element.
onafterupdate: Triggered on the data binding object after successfully updating the associated object in the data source object.
onbeforeactivate: The object is fired immediately before it is set to the current element.
onbeforecut: fires on the source object before deleting the selected area from the document.
onbeforedeactivate: Triggered immediately before activeElement changes from the current object to another object of the parent document.
onbeforeeditfocus: Triggered before an object contained in an editable element enters the user interface activation state or before the editable container becomes a control selection area.
onbeforepaste: Triggers on the target object before pasting the selected area from the system clipboard to the document.
onbeforeupdate: Triggered on the data binding object before successfully updating the associated object in the data source object.
onblur: Triggered when the object loses input focus.
onchange: fired when the content of the object or selected area changes.
onclick: Triggered when the user left-clicks an object.
oncontextmenu: Triggered when the user right-clicks the client area to open the context menu.
oncontrolselect: fired when the user is about to create a control selection for the object.
oncut: Triggers on the source element when an object or selected area is deleted from the document and added to the system clipboard.
ondblclick: fired when the user double-clicks the object.
ondeactivate: fired when activeElement changes from the current object to other objects in the parent document.
ondrag: continuously triggers on the source object when dragging.
ondragend: Triggered on the source object when the user releases the mouse after the drag operation is finished.
ondragenter: Triggers on the target element when the user drags an object to a legal drag target.
ondragleave: Triggered on the target object when the user moves the mouse out of the legal drag target during the drag operation.
ondragover: Continuously triggered on the target element when the user drags the object across the legal drag target.
ondragstart: Triggered on the source object when the user starts dragging the text selection area or the selected object.
ondrop: Triggers on the target object when the mouse button is released during the drag operation.
onerrorupdate: Triggers on the data binding object when an error occurs when an error is being made in updating the associated data in the data source object.
onfilterchange: Triggered when the visual filter changes state or completes the conversion.
onfocus: fired when the object gets focus.
onfocusin: Triggered before the element will be set to focus.
onfocusout: Triggers immediately after moving the focus to other elements.
onhelp: Triggered when the user presses F1 key when the browser is the current window.
onkeydown: Triggered when the user presses the keyboard key.
onkeypress: Triggered when the user presses the literal key.
onkeyup: Triggered when the user releases the keyboard key.
onlosecapture: Triggered when the object loses mouse capture.
onmousedown: fired when the user clicks an object with any mouse button.
onmouseenter: Triggered when the user moves the mouse pointer into the object.
onmouseleave: fired when the user moves the mouse pointer out of the object boundary.
onmousemove: fired when the user passes the mouse across the object.
onmouseout: fired when the user moves the mouse pointer out of the object boundary.
onmouseover: fired when the user moves the mouse pointer into the object.
onmouseup: Triggered when the user releases the mouse button when the mouse is above the object.
onmousewheel: Triggered when the mouse wheel button rotates.
onmove: fired when the object moves.
onmoveend: fired when the object stops moving.
onmovestart: fired when the object starts to move.
onpaste: Triggers on the target object when the user pastes data to transfer data from the system clipboard to the document.
onpropertychange: fired when property changes occur on the object.
onreadystatechange: fired when the object state changes.
onresize: fires when the object's size is about to change.
onresizeend: fired when the user has changed the size of the object in the control selection area.
onresizestart: Fired when the user starts changing the size of the object in the control selection area.
onselect: Triggered when the currently selected area changes.
onselectstart: Triggered when the object is about to be selected.
ontimeerror: Unconditionally triggered when an error occurs at a specific time, usually caused by setting the property to an invalid value.
Method DescriptionaddBehavior: Append a behavior to the element.
appendChild: Append a child element to the object.
applyElement: Make an element a child or parent element of other elements.
attachEvent: Bind the specified function to an event so that the function is called every time the event is fired on the object.
blur: causes the element to lose focus and triggers the onblur event.
clearAttributes: Remove all tag attributes and values from the object.
click: Trigger the onclick event to simulate the click.
cloneNode: Copy reference to an object from the document hierarchy.
componentFromPoint: Returns the position of the object under the specified coordinates through a specific event.
contains: Check whether the object contains the given element.
createTextRange: Creates a TextRange object for the element.
detachEvent: Unbind the specified function from the event, so that the function will not receive a notification when the event is triggered.
dragDrop: Initialize drag event.
fireEvent: Triggers the specified event of the object.
focus: Makes the element get focus and executes the code specified by the onfocus event.
getAdjacentText: Returns the adjacent text string.
getAttribute: Gets the value of the specified tag attribute.
getAttributeNode: Gets the attribute object referenced by the attribute.name attribute.
getBoundingClientRect: Gets the object bound to the specified TextRectangle object collection.
getClientRects: Gets a collection of rectangles describing the content of the object or layout within the client area. Each rectangle describes a straight line.
getExpression: Gets the expression for the given attribute.
hasChildNodes: Returns a value indicating whether the object has child objects.
insertAdjacentElement: Insert element at the specified location.
insertAdjacentHTML: Insert the given HTML text into the element at the specified location.
insertAdjacentText: Insert the given text at the specified location.
insertBefore: Insert elements in the document hierarchy.
mergeAttributes: Copy all read/write tag attributes to the specified element.
normalize: Merge adjacency TextNode objects to generate a regular document object model.
releaseCapture: Release the mouse capture of the object in the current document.
removeAttribute: Removes the given tag attribute of the object.
removeAttributeNode: Remove the attribute object from the object.
removeBehavior: The behavior of detaching elements.
removeChild: Remove child nodes from the element.
removeExpression: Removes expression from the specified property.
removeNode: Removes objects from the document hierarchy.
replaceAdjacentText: Replace the adjacent text of the element.
replaceChild: Replace existing child elements with new child elements.
replaceNode: Replace the object with other elements.
scrollIntoView: Scroll the object into visible range and arrange it to the top or bottom of the window.
select: Highlight the input area of the form element.
setActive: Set the object to the current object without setting the object to focus.
setAttribute: Sets the value of the specified tag attribute.
setAttributeNode: Set the attribute object to be part of the object.
setCapture: Sets mouse capture of objects belonging to the current document.
setExpression: Sets the expression of the specified object.
swapNode: The position of two objects in the document hierarchy.