W3cubDocs

/Haxe JavaScript

FieldSetElement

package js.html

extends ElementDOMElementNodeEventTarget

@:native("HTMLFieldSetElement") Available on js

The HTMLFieldSetElement interface has special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of field-set elements.

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

See:

Variables

disabled:Bool

read only elements:HTMLCollection

read only form:FormElement

name:String

read only type:String

read only validationMessage:String

read only validity:ValidityState

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/FieldSetElement.html