Liking cljdoc? Tell your friends :D

web.dom.HTMLOutputElement

The HTMLOutputElement interface provides properties and methods those inherited from web.dom.HTMLElement) for manipulating layout and presentation of <output> elements.

The HTMLOutputElement interface provides properties and methods
those inherited from `web.dom.HTMLElement`) for manipulating
layout and presentation of `<output>` elements.
raw docstring

check-validitycljs

(check-validity this & args)

Method.

Checks the validity of the element and returns a Boolean holding check result.

Method.

Checks the validity of the element and returns a Boolean holding
check result.
sourceraw docstring

default-valuecljs

(default-value this)

Property.

A DOMString representing the default value of the element, initially empty string.

Property.

A DOMString representing the default value of the element, initially
empty string.
sourceraw docstring

formcljs

(form this)

Property.

An HTMLFormElement indicating the form associated with the control, the form HTML attribute if it is defined.

Property.

An HTMLFormElement indicating the form associated with the control,
the form HTML attribute if it is defined.
sourceraw docstring

html-forcljs

(html-for this)

Property.

A DOMTokenList reflecting the for HTML attribute, containing list of IDs of other elements in the same document that contribute (or otherwise affect) the calculated value.

Property.

A DOMTokenList reflecting the for HTML attribute, containing
list of IDs of other elements in the same document that contribute
(or otherwise affect) the calculated value.
sourceraw docstring

labelscljs

(labels this)

Property.

[Read Only]

The HTMLOutputElement.labels read-only property returns a web.NodeList the <label> elements associated with the <output> element.

var labelElements = output.labels;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLOutputElement/labels

Property.

[Read Only]

The HTMLOutputElement.labels read-only property returns a `web.NodeList`
the `<label>` elements associated with the `<output>` element.

`var labelElements = output.labels;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLOutputElement/labels`
sourceraw docstring

namecljs

(name this)

Property.

A DOMString reflecting the name HTML attribute, containing the for the control that is submitted with form data.

Property.

A DOMString reflecting the name HTML attribute, containing the
for the control that is submitted with form data.
sourceraw docstring

report-validitycljs

(report-validity this & args)

Method.

This method reports the problems with the constraints on the if any, to the user. If there are problems, fires an invalid at the element, and returns false; if there are no problems, returns true.

Method.

This method reports the problems with the constraints on the
if any, to the user. If there are problems, fires an invalid
at the element, and returns false; if there are no problems,
returns true.
sourceraw docstring

set-custom-validitycljs

(set-custom-validity this & args)

Method.

Sets a custom validity message for the element. If this message not the empty string, then the element is suffering from a custom error, and does not validate.

Method.

Sets a custom validity message for the element. If this message
not the empty string, then the element is suffering from a custom
error, and does not validate.
sourceraw docstring

set-default-value!cljs

(set-default-value! this val)

Property.

A DOMString representing the default value of the element, initially empty string.

Property.

A DOMString representing the default value of the element, initially
empty string.
sourceraw docstring

set-form!cljs

(set-form! this val)

Property.

An HTMLFormElement indicating the form associated with the control, the form HTML attribute if it is defined.

Property.

An HTMLFormElement indicating the form associated with the control,
the form HTML attribute if it is defined.
sourceraw docstring

set-html-for!cljs

(set-html-for! this val)

Property.

A DOMTokenList reflecting the for HTML attribute, containing list of IDs of other elements in the same document that contribute (or otherwise affect) the calculated value.

Property.

A DOMTokenList reflecting the for HTML attribute, containing
list of IDs of other elements in the same document that contribute
(or otherwise affect) the calculated value.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString reflecting the name HTML attribute, containing the for the control that is submitted with form data.

Property.

A DOMString reflecting the name HTML attribute, containing the
for the control that is submitted with form data.
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

The DOMString "output".

Property.

The DOMString "output".
sourceraw docstring

set-validation-message!cljs

(set-validation-message! this val)

Property.

A DOMString representing a localized message that describes the constraints that the control does not satisfy (if any). This the empty string if the control 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 control does not satisfy (if any). This
the empty string if the control 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-value!cljs

(set-value! this val)

Property.

A DOMString representing the value of the contents of the elements. like the Node.textContent property.

Property.

A DOMString representing the value of the contents of the elements.
like the Node.textContent property.
sourceraw docstring

set-will-validate!cljs

(set-will-validate! this val)

Property.

A Boolean indicating whether the element is a candidate for constraint

Property.

A Boolean indicating whether the element is a candidate for constraint
sourceraw docstring

typecljs

(type this)

Property.

The DOMString "output".

Property.

The DOMString "output".
sourceraw docstring

validation-messagecljs

(validation-message this)

Property.

A DOMString representing a localized message that describes the constraints that the control does not satisfy (if any). This the empty string if the control 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 control does not satisfy (if any). This
the empty string if the control 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

valuecljs

(value this)

Property.

A DOMString representing the value of the contents of the elements. like the Node.textContent property.

Property.

A DOMString representing the value of the contents of the elements.
like the Node.textContent property.
sourceraw docstring

will-validatecljs

(will-validate this)

Property.

A Boolean indicating whether the element is a candidate for constraint

Property.

A Boolean indicating whether the element is a candidate for constraint
sourceraw docstring

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

× close