package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLOutputElement
interface provides properties and methods (beyond those inherited fromHTMLElement
) for manipulating the layout and presentation ofoutput
elements.Documentation HTMLOutputElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
defaultValue:String
read only form:FormElement
read only htmlFor:DOMTokenList
name:String
read only type:String
read only validationMessage:String
read only validity:ValidityState
value:String
read only willValidate:Bool
checkValidity ():Bool
setCustomValidity (error:String):Void
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/OutputElement.html