Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLDataElement

The HTMLDataElement interface provides special properties (beyond regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <data> elements.

The HTMLDataElement interface provides special properties (beyond
regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<data>` elements.
raw docstring

set-value!cljs

(set-value! this val)

Property.

The value property of the web.dom.HTMLDataElement interface a web.DOMString reflecting the value HTML attribute.

var aValue = htmlDataElement.value htmlDataElement.value = aValue

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataElement/value

Property.

The value property of the `web.dom.HTMLDataElement` interface
a `web.DOMString` reflecting the value HTML attribute.

`var aValue = htmlDataElement.value
htmlDataElement.value = aValue`

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

valuecljs

(value this)

Property.

The value property of the web.dom.HTMLDataElement interface a web.DOMString reflecting the value HTML attribute.

var aValue = htmlDataElement.value htmlDataElement.value = aValue

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataElement/value

Property.

The value property of the `web.dom.HTMLDataElement` interface
a `web.DOMString` reflecting the value HTML attribute.

`var aValue = htmlDataElement.value
htmlDataElement.value = aValue`

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

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

× close