package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
The HTMLTextAreaElement interface provides special properties and methods for manipulating the layout and presentation of textarea elements.
Documentation HTMLTextAreaElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
autocomplete:Stringautofocus:Boolcols:IntdefaultValue:Stringdisabled:Boolread onlyform:FormElementread onlylabels:NodeListmaxLength:IntminLength:Intname:Stringplaceholder:StringreadOnly:Boolrequired:Boolrows:IntselectionDirection:StringselectionEnd:IntselectionStart:Intread onlytextLength:Intread onlytype:Stringread onlyvalidationMessage:Stringread onlyvalidity:ValidityStatevalue:Stringread onlywillValidate:Boolwrap:StringcheckValidity():BoolreportValidity():Boolselect():VoidsetCustomValidity(error:String):VoidsetRangeText(replacement:String, start:Int, end:Int, selectionMode:SelectionMode = PRESERVE):VoidsetRangeText(replacement:String):VoidThrows:
null |
DOMError |
|---|
setSelectionRange(start:Int, end:Int, ?direction:String):VoidThrows:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/TextAreaElement.html