Liking cljdoc? Tell your friends :D

web.dom.HTMLUListElement

The HTMLUListElement interface provides special properties (beyond defined on the regular web.dom.HTMLElement interface it also available to it by inheritance) for manipulating unordered list

The HTMLUListElement interface provides special properties (beyond
defined on the regular `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating unordered list
raw docstring

compactcljs

(compact this)

Property.

Is a Boolean indicating that spacing between list items should reduced. This property reflects the compact attribute only, it consider the line-height CSS property used for that behavior modern pages.

Property.

Is a Boolean indicating that spacing between list items should
reduced. This property reflects the compact attribute only, it
consider the line-height CSS property used for that behavior
modern pages.
sourceraw docstring

set-compact!cljs

(set-compact! this val)

Property.

Is a Boolean indicating that spacing between list items should reduced. This property reflects the compact attribute only, it consider the line-height CSS property used for that behavior modern pages.

Property.

Is a Boolean indicating that spacing between list items should
reduced. This property reflects the compact attribute only, it
consider the line-height CSS property used for that behavior
modern pages.
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

Is a DOMString value reflecting the type and defining the kind marker to be used to display. The values are browser dependent have never been standardized.

Property.

Is a DOMString value reflecting the type and defining the kind
marker to be used to display. The values are browser dependent
have never been standardized.
sourceraw docstring

typecljs

(type this)

Property.

Is a DOMString value reflecting the type and defining the kind marker to be used to display. The values are browser dependent have never been standardized.

Property.

Is a DOMString value reflecting the type and defining the kind
marker to be used to display. The values are browser dependent
have never been standardized.
sourceraw docstring

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

× close