The HTMLFieldSetElement interface provides special properties
methods (beyond the regular web.dom.HTMLElement
interface it
has available to it by inheritance) for manipulating the layout
presentation of <fieldset>
elements.
The HTMLFieldSetElement interface provides special properties methods (beyond the regular `web.dom.HTMLElement` interface it has available to it by inheritance) for manipulating the layout presentation of `<fieldset>` elements.
(check-validity this & args)
Method.
Always returns true because <fieldset> objects are never candidates constraint validation.
Method. Always returns true because <fieldset> objects are never candidates constraint validation.
(disabled this)
Property.
A Boolean reflecting the disabled HTML attribute, indicating the user can interact with the control.
Property. A Boolean reflecting the disabled HTML attribute, indicating the user can interact with the control.
(elements this)
Property.
The elements belonging to this field set. The type of this property on the version of the spec that is implemented by the browser.
Property. The elements belonging to this field set. The type of this property on the version of the spec that is implemented by the browser.
(form this)
Property.
An HTMLFormControlsCollection or HTMLCollection referencing the form element, if this element is in a form. If the field set is not a descendant of a form element, then attribute can be the ID of any form element in the same document is related to, or the null value if none matches.
Property. An HTMLFormControlsCollection or HTMLCollection referencing the form element, if this element is in a form. If the field set is not a descendant of a form element, then attribute can be the ID of any form element in the same document is related to, or the null value if none matches.
(name this)
Property.
A DOMString reflecting the name HTML attribute, containing the of the field set, used for submitting the form.
Property. A DOMString reflecting the name HTML attribute, containing the of the field set, used for submitting the form.
(report-validity this & args)
Method.
Always returns true because <fieldset> objects are never candidates constraint validation.
Method. Always returns true because <fieldset> objects are never candidates constraint validation.
(set-custom-validity this & args)
Method.
Sets a custom validity message for the field set. If this message not the empty string, then the field set is suffering from a validity error, and does not validate.
Method. Sets a custom validity message for the field set. If this message not the empty string, then the field set is suffering from a validity error, and does not validate.
(set-disabled! this val)
Property.
A Boolean reflecting the disabled HTML attribute, indicating the user can interact with the control.
Property. A Boolean reflecting the disabled HTML attribute, indicating the user can interact with the control.
(set-elements! this val)
Property.
The elements belonging to this field set. The type of this property on the version of the spec that is implemented by the browser.
Property. The elements belonging to this field set. The type of this property on the version of the spec that is implemented by the browser.
(set-form! this val)
Property.
An HTMLFormControlsCollection or HTMLCollection referencing the form element, if this element is in a form. If the field set is not a descendant of a form element, then attribute can be the ID of any form element in the same document is related to, or the null value if none matches.
Property. An HTMLFormControlsCollection or HTMLCollection referencing the form element, if this element is in a form. If the field set is not a descendant of a form element, then attribute can be the ID of any form element in the same document is related to, or the null value if none matches.
(set-name! this val)
Property.
A DOMString reflecting the name HTML attribute, containing the of the field set, used for submitting the form.
Property. A DOMString reflecting the name HTML attribute, containing the of the field set, used for submitting the form.
(set-type! this val)
Property.
The DOMString "fieldset".
Property. The DOMString "fieldset".
(set-validation-message! this val)
Property.
A DOMString representing a localized message that describes the constraints that the element does not satisfy (if any). This the empty string if the element is not a candidate for constraint (willValidate is false), or it satisfies its constraints.
Property. A DOMString representing a localized message that describes the constraints that the element does not satisfy (if any). This the empty string if the element is not a candidate for constraint (willValidate is false), or it satisfies its constraints.
(set-validity! this val)
Property.
A ValidityState representing the validity states that this element in.
Property. A ValidityState representing the validity states that this element in.
(set-will-validate! this val)
Property.
A Boolean false, because <fieldset> objects are never candidates constraint validation.
Property. A Boolean false, because <fieldset> objects are never candidates constraint validation.
(type this)
Property.
The DOMString "fieldset".
Property. The DOMString "fieldset".
(validation-message this)
Property.
A DOMString representing a localized message that describes the constraints that the element does not satisfy (if any). This the empty string if the element is not a candidate for constraint (willValidate is false), or it satisfies its constraints.
Property. A DOMString representing a localized message that describes the constraints that the element does not satisfy (if any). This the empty string if the element is not a candidate for constraint (willValidate is false), or it satisfies its constraints.
(validity this)
Property.
A ValidityState representing the validity states that this element in.
Property. A ValidityState representing the validity states that this element in.
(will-validate this)
Property.
A Boolean false, because <fieldset> objects are never candidates constraint validation.
Property. A Boolean false, because <fieldset> objects are never candidates constraint validation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close