class InputElement
package js.html
extends Element › DOMElement › Node › EventTarget
Available on HTML5
The HTMLInputElement
interface provides special properties and methods for manipulating the layout and presentation of input elements.
Documentation HTMLInputElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Variables
Methods
setRangeText (replacement:String, start:Int, end:Int, selectionMode:SelectionMode = "preserve"):Void
setRangeText (replacement:String):Void
Throws:
null | DOMError |
---|