Liking cljdoc? Tell your friends :D
ClojureScript only.

html.HTMLButtonElement

The HTMLButtonElement interface provides properties and methods the regular html.HTMLElement interface it also has available it by inheritance) for manipulating web.<button> elements.

The HTMLButtonElement interface provides properties and methods
the regular `html.HTMLElement` interface it also has available
it by inheritance) for manipulating `web.<button>` elements.
raw docstring

labelscljs

(labels this)

Property.

The HTMLButtonElement.labels read-only property returns a web.NodeList the web.<label> elements associated with the web.<button>

var labelElements = button.labels;

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

Property.

The HTMLButtonElement.labels read-only property returns a `web.NodeList`
the `web.<label>` elements associated with the `web.<button>`

`var labelElements = button.labels;`

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

set-labels!cljs

(set-labels! this val)

Property.

The HTMLButtonElement.labels read-only property returns a web.NodeList the web.<label> elements associated with the web.<button>

var labelElements = button.labels;

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

Property.

The HTMLButtonElement.labels read-only property returns a `web.NodeList`
the `web.<label>` elements associated with the `web.<button>`

`var labelElements = button.labels;`

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

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

× close