Liking cljdoc? Tell your friends :D
ClojureScript only.

html.HTMLTextAreaElement

The HTMLTextAreaElement interface provides special properties methods for manipulating the layout and presentation of web.<textarea>

The HTMLTextAreaElement interface provides special properties
methods for manipulating the layout and presentation of `web.<textarea>`
raw docstring

labelscljs

(labels this)

Property.

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

var labelElements = textArea.labels;

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

Property.

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

`var labelElements = textArea.labels;`

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

set-labels!cljs

(set-labels! this val)

Property.

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

var labelElements = textArea.labels;

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

Property.

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

`var labelElements = textArea.labels;`

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close