The HTMLProgressElement 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 <progress>
elements.
The HTMLProgressElement 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 `<progress>` elements.
(labels this)
Property.
The HTMLProgressElement.labels read-only property returns a web.NodeList
the <label>
elements associated with the <progress>
element.
var labelElements = progress.labels;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLProgressElement/labels
Property. The HTMLProgressElement.labels read-only property returns a `web.NodeList` the `<label>` elements associated with the `<progress>` element. `var labelElements = progress.labels;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLProgressElement/labels`
(max this)
Property.
Is a double value reflecting the content attribute of the same limited to numbers greater than zero. Its default value is 1.0.
Property. Is a double value reflecting the content attribute of the same limited to numbers greater than zero. Its default value is 1.0.
(set-labels! this val)
Property.
The HTMLProgressElement.labels read-only property returns a web.NodeList
the <label>
elements associated with the <progress>
element.
var labelElements = progress.labels;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLProgressElement/labels
Property. The HTMLProgressElement.labels read-only property returns a `web.NodeList` the `<label>` elements associated with the `<progress>` element. `var labelElements = progress.labels;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLProgressElement/labels`
(set-max! this val)
Property.
Is a double value reflecting the content attribute of the same limited to numbers greater than zero. Its default value is 1.0.
Property. Is a double value reflecting the content attribute of the same limited to numbers greater than zero. Its default value is 1.0.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close