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 is a website building & hosting documentation for Clojure/Script libraries

× close