package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLTextAreaElement
interface provides special properties and methods for manipulating the layout and presentation oftextarea
elements.Documentation HTMLTextAreaElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
autofocus:Bool
cols:Int
defaultValue:String
disabled:Bool
read only form:FormElement
maxLength:Int
name:String
placeholder:String
readOnly:Bool
required:Bool
rows:Int
selectionDirection:String
selectionEnd:Int
selectionStart:Int
read only textLength:Int
read only type:String
read only validationMessage:String
read only validity:ValidityState
value:String
read only willValidate:Bool
wrap:String
checkValidity ():Bool
select ():Void
setCustomValidity (error:String):Void
setRangeText (replacement:String, start:Int, end:Int, selectionMode:SelectionMode = "preserve"):Void
setRangeText (replacement:String):Void
Throws:
null |
DOMError |
---|
setSelectionRange (start:Int, end:Int, ?direction:String):Void
Throws:
null |
DOMError |
---|
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/TextAreaElement.html