Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLPreElement

The HTMLPreElement interface exposes specific properties and (beyond those of the web.dom.HTMLElement interface it also available to it by inheritance) for manipulating a block of preformatted (<pre>).

The HTMLPreElement interface exposes specific properties and
(beyond those of the `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating a block of preformatted
(`<pre>`).
raw docstring

set-width!cljs

(set-width! this val)

Property.

Is a long value reflecting the obsolete width attribute, containing fixed-size length for the <pre> element.

Property.

Is a long value reflecting the obsolete width attribute, containing
fixed-size length for the <pre> element.
sourceraw docstring

widthcljs

(width this)

Property.

Is a long value reflecting the obsolete width attribute, containing fixed-size length for the <pre> element.

Property.

Is a long value reflecting the obsolete width attribute, containing
fixed-size length for the <pre> element.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close