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.
(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.
(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`
(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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close