View source
class InputElement
package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
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 also:
Variables
Methods
setRangeText(replacement:String, start:Int, end:Int, selectionMode:SelectionMode = "preserve"):Void
setRangeText(replacement:String):Void
Throws:
null | DOMError |
|---|