Liking cljdoc? Tell your friends :D

web.dom.HTMLFieldSetElement

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.
raw docstring

check-validitycljs

(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.
sourceraw docstring

disabledcljs

(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.
sourceraw docstring

elementscljs

(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.
sourceraw docstring

formcljs

(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.
sourceraw docstring

namecljs

(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.
sourceraw docstring

report-validitycljs

(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.
sourceraw docstring

set-custom-validitycljs

(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.
sourceraw docstring

set-disabled!cljs

(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.
sourceraw docstring

set-elements!cljs

(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.
sourceraw docstring

set-form!cljs

(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.
sourceraw docstring

set-name!cljs

(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.
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

The DOMString "fieldset".

Property.

The DOMString "fieldset".
sourceraw docstring

set-validation-message!cljs

(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.
sourceraw docstring

set-validity!cljs

(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.
sourceraw docstring

set-will-validate!cljs

(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.
sourceraw docstring

typecljs

(type this)

Property.

The DOMString "fieldset".

Property.

The DOMString "fieldset".
sourceraw docstring

validation-messagecljs

(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.
sourceraw docstring

validitycljs

(validity this)

Property.

A ValidityState representing the validity states that this element in.

Property.

A ValidityState representing the validity states that this element
in.
sourceraw docstring

will-validatecljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close