Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLParagraphElement

The HTMLParagraphElement interface provides special properties those of the regular web.dom.HTMLElement object interface it for manipulating <p> elements.

The HTMLParagraphElement interface provides special properties
those of the regular `web.dom.HTMLElement` object interface it
for manipulating `<p>` elements.
raw docstring

aligncljs

(align this)

Property.

A DOMString representing an enumerated property indicating alignment the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".

Property.

A DOMString representing an enumerated property indicating alignment
the element's contents with respect to the surrounding context.
possible values are "left", "right", "justify", and "center".
sourceraw docstring

set-align!cljs

(set-align! this val)

Property.

A DOMString representing an enumerated property indicating alignment the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".

Property.

A DOMString representing an enumerated property indicating alignment
the element's contents with respect to the surrounding context.
possible values are "left", "right", "justify", and "center".
sourceraw docstring

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

× close