Results 1 - 7 of 7

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

HTMLInputElement.setSelectionRange()

The HTMLInputElement.setSelectionRange() method sets the start and end positions of the current text selection in an <input> element.
API HTML DOM HTMLInputElement Method Reference Text Field Selection API

HTMLInputElement.multiple

The HTMLInputElement.multiple property indicates if an input can have more than one value. Firefox currently only supports multiple for <input type="file">.
API HTML DOM HTMLInputElement NeedsBrowserAgnosticism NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence