Liking cljdoc? Tell your friends :D

web.dom.HTMLButtonElement

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

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

access-keycljs

(access-key this)

Property.

Is a DOMString indicating the single-character keyboard key to access to the button.

Property.

Is a DOMString indicating the single-character keyboard key to
access to the button.
sourceraw docstring

labelscljs

(labels this)

Property.

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

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 `<label>` elements associated with the `<button>` element.

`var labelElements = button.labels;`

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

set-access-key!cljs

(set-access-key! this val)

Property.

Is a DOMString indicating the single-character keyboard key to access to the button.

Property.

Is a DOMString indicating the single-character keyboard key to
access to the button.
sourceraw docstring

set-labels!cljs

(set-labels! this val)

Property.

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

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 `<label>` elements associated with the `<button>` element.

`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