Represents a group of form controls, optionally described by
a legend
.
Technical details about this element can be found on the Official W3C reference
no subtypes hierarchy
Initializer |
FieldSet(Legend? legend = null, String? id = null, CssClass classNames = [], String? style = null, String? accessKey = null, String? contextMenu = null, TextDirection? dir = null, Boolean? draggable = null, DropZone? dropZone = null, Boolean? inert = null, Boolean? hidden = null, String? lang = null, Boolean? spellcheck = null, Integer? tabIndex = null, String? title = null, Boolean? translate = null, Aria? aria = null, NonstandardAttributes nonstandardAttributes = ..., DataContainer data = ..., {String|BlockOrInline|{String|BlockOrInline*}|Snippet<BlockOrInline>|Null*} children = ...) Parameters:
|
Attributes | |
children | Source Codeshared actual {String|BlockOrInline|{String|BlockOrInline*}|Snippet<BlockOrInline>|Null*} children Refines ParentNode.children |
legend | Source Codeshared Legend? legend |
tag | Source Codeshared actual Tag tag The tag name and type. Refines Node.tag |
Inherited Attributes |
Attributes inherited from: BaseElement |
Attributes inherited from: Element |
Attributes inherited from: Object |
Attributes inherited from: StyledElement |
Attributes inherited from: Node |
Attributes inherited from: ParentNode<Child> |