package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLFieldSetElement
interface has special properties and methods (beyond the regularHTMLElement
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:
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
checkValidity ():Bool
setCustomValidity (error:String):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/FieldSetElement.html