W3cubDocs

/Haxe JavaScript

OutputElement

package js.html

extends ElementDOMElementNodeEventTarget

@:native("HTMLOutputElement") Available on js

The HTMLOutputElement interface provides properties and methods (beyond those inherited from HTMLElement) for manipulating the layout and presentation of output elements.

Documentation HTMLOutputElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

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

Methods

checkValidity ():Bool

setCustomValidity (error:String):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/OutputElement.html