Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLTextAreaElement

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

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

labelscljs

(labels this)

Property.

[Read Only]

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

var labelElements = textArea.labels;

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

Property.

[Read Only]

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

`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