Results 241 - 260 of 631

HTMLElement.click()

The HTMLElement.click() method simulates a mouse-click on an element.
API HTML DOM HTMLElement Method Reference

HTMLElement.contentEditable

The HTMLElement.contentEditable property is used to indicate whether or not the element is editable. This enumerated attribute can have the following values:
API HTML DOM HTMLElement Property Reference

HTMLElement.contextMenu

The HTMLElement.contextMenu property refers to the context menu assigned to an element using the contextmenu attribute.
API HTML DOM HTMLElement Property Reference

HTMLElement.dataset

The HTMLElement.dataset property allows access, both in reading and writing mode, to all the custom data attributes (data-*) set on the element. It is a map of DOMString, one entry for each custom data attribute.
API HTML DOM HTMLElement Property Reference Référence

HTMLElement.dir

The HTMLElement.dir property gets or sets the text writing directionality of the content of the current element.
API HTML DOM HTMLElement Property Reference Référence

HTMLElement.tabIndex

The HTMLElement.tabIndex property represents the tab order of the current element.
API HTML DOM HTMLElement Property Reference Référence

HTMLElement.title

The HTMLElement.title property represents the title of the element, the text usually displayed in a 'tool tip' popup when the mouse is over the displayed node.
API HTML DOM HTMLElement Property Reference Référence

HTMLEmbedElement

The HTMLEmbedElement interface, which provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <embed> elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLFieldSetElement

The HTMLFieldSetElement interface has special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of field-set elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLFormElement

The HTMLFormElement interface provides methods to create and modify <form> elements.
document.forms - returns an array of HTMLFormElement objects referencing all forms on the page.
document.forms[index] - returns an HTMLFormElement object referencing the form at the specified index.
document.forms['id'] - returns an HTMLFormElement object referencing the form with the specified id.
document.forms['name'] - returns an HTMLFormElement object referencing the form with the specified id.
API DOM HTML Interface Reference Référence

HTMLFrameSetElement

The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating <frameset> elements.
API HTML-DOM HTMLFrameSetElement Interface Obsolete Reference

HTMLHeadingElement

The HTMLHeadingElement interface represents the different heading elements. It inherits methods and properties from the HTMLElement interface.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLHRElement

The HTMLHRElement interface provides special properties (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating <hr> elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLHtmlElement

The HTMLHtmlElement interface serves as the root node for a given HTML document.  This object inherits the properties and methods described in the HTMLElement interface.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLImageElement

The HTMLImageElement interface provides special properties and methods  for manipulating the layout and presentation of <img> elements.
API HTML DOM Interface Reference Référence

HTMLLabelElement

The HTMLLabelElement interface gives access to properties specific to <label> elements. It inherits methods and properties from the base HTMLElement interface.
API HTML DOM HTMLLabelElement Interface Reference