May 2011
Intermediate to advanced
1096 pages
40h 54m
English
FieldSet — a <fieldset> in an HTML form
Node, Element, FormControl
The FieldSet object represents a <fieldset> in an HTML <form>. FieldSets implement most,
but not all, of the properties and methods of FormControl.
boolean disabledtrue if the FieldSet
is disabled. Disabling a FieldSet disables the form controls
it contains.
readonly
HTMLFormControlsCollection elementsAn array-like object of all form controls contained
within this <fieldset>.
Read now
Unlock full access