Results 441 - 460 of 631

HTMLElement

The HTMLElement interface represents any HTML element. Some elements directly implement this interface, others implement it via an interface that inherits it.
API HTML DOM Interface NeedsMobileBrowserCompatibility NeedsNewLayout Reference Référence

HTMLElement.blur()

The HTMLElement.blur() method removes keyboard focus from the current element.
API HTML DOM HTMLElement Method NeedsCompatTable NeedsExample Reference Référence

HTMLElement.focus()

The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
API HTML DOM HTMLElement Method NeedsBrowserCompatibility NeedsExample Reference Référence

HTMLElement.lang

The HTMLElement.lang property gets or sets the base language of an element's attribute values and text content.
API HTML DOM HTMLElement NeedsBrowserCompatibility Property Reference Référence

HTMLFormControlsCollection

The HTMLFormControlsCollection interface represents a collection of HTML form control elements. It replaces one method of HTMLCollection.
API HTML DOM Interface NeedsHTML5Update Reference Référence

HTMLFormElement.acceptCharset

The HTMLFormElement.acceptCharset property represents a list of the supported character encodings for the given FORM element. This list can be comma- or space-separated.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.elements

The HTMLFormElement.elements property returns an HTMLFormControlsCollection (HTML 4 HTMLCollection) of all the form controls contained in the FORM element, with the exception of input elements which have a type attribute of image.
API HTML DOM NeedsCompatTable NeedsMarkupWork Property Reference Référence

HTMLFormElement.encoding

The HTMLFormElement.encoding property is an alternative name for the enctype element on the DOM HTMLFormElement object.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsContent NeedsSpecTable Property Reference Référence

HTMLFormElement.enctype

The HTMLFormElement.enctype property is the MIME type of content that is used to submit the form to the server. Possible values are:
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.method

The HTMLFormElement.method represents the HTTP method used to submit the form.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.name

The HTMLFormElement.name property represents the name of the current form element as a string.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.reset()

The HTMLFormElement.reset() method restores a form element's default values. This method does the same thing as clicking the form's reset button.
API HTML DOM HTMLFormElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.submit()

The HTMLFormElement.submit() method submits the form. This method does something similar to activating a submit button of the form.
API HTML DOM HTMLFormElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.target

The HTMLFormElement.target property represents the target of the action (i.e., the frame to render its output in).
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLHtmlElement.version

Returns version information about the document type definition (DTD) of a document.  While this property is recognized by Mozilla, the return value for this property is always an empty string.
API HTML DOM NeedsContent NeedsLayout Property Reference Référence

HTMLIFrameElement.contentWindow

The contentWindow property returns the Window object of an <iframe> element. You can use this Window object to access the iframe's document and its internal DOM. This attribute is read-only, but its properties can be manipulated like the global Window object.
API DOM HTML DOM Property Read-only Reference Référence Web

HTMLInputElement

The HTMLInputElement interface provides special properties and methods for manipulating the layout and presentation of input elements.
API HTML DOM HTMLInputElement Input Interface NeedsContent NeedsMarkupWork Reference

HTMLInputElement.mozGetFileNameArray()

The HTMLInputElement.mozGetFileNameArray() method returns an array of the names of the files that were selected by the user on an HTML input element.
API HTML DOM HTMLInputElement Method NeedsBrowserCompatibility Reference Référence

HTMLInputElement.mozSetFileNameArray()

The HTMLInputElement.mozSetFileNameArray() sets the names of the files that selected on an HTML input element.
API HTML DOM HTMLInputElement Method NeedsBrowserCompatibility NeedsMarkupWork Reference Référence

HTMLInputElement.select()

The HTMLInputElement.select() method selects all the text in a <textarea> element or an <input> element with a text field.
API HTML DOM HTMLInputElement Method NeedsCompatTable Reference Référence