The HTMLDivElement interface provides special properties (beyond
regular web.dom.HTMLElement
interface it also has available
it by inheritance) for manipulating <div>
elements.
The HTMLDivElement interface provides special properties (beyond regular `web.dom.HTMLElement` interface it also has available it by inheritance) for manipulating `<div>` elements.
(align this)
Property.
Is a DOMString representing an enumerated property indicating of the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".
Property. Is a DOMString representing an enumerated property indicating of the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".
(set-align! this val)
Property.
Is a DOMString representing an enumerated property indicating of the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".
Property. Is a DOMString representing an enumerated property indicating of the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close