Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLLIElement

The HTMLLIElement interface exposes specific properties and methods those defined by regular web.dom.HTMLElement interface it also available to it by inheritance) for manipulating list elements.

The HTMLLIElement interface exposes specific properties and methods
those defined by regular `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating list elements.
raw docstring

set-type!cljs

(set-type! this val)

Property.

Is a DOMString representing the type of the bullets, "disc", or "circle". As the standard way of defining the list type is the CSS list-style-type property, use the CSSOM methods to set via a script.

Property.

Is a DOMString representing the type of the bullets, "disc",
or "circle". As the standard way of defining the list type is
the CSS list-style-type property, use the CSSOM methods to set
via a script.
sourceraw docstring

set-value!cljs

(set-value! this val)

Property.

Is a long indicating the ordinal position of the list element a given <ol>. It reflects the value attribute of the HTML <li> and can be smaller than 0. If the <li> element is not a child an <ol> element, the property has no meaning.

Property.

Is a long indicating the ordinal position of the list element
a given <ol>. It reflects the value attribute of the HTML <li>
and can be smaller than 0. If the <li> element is not a child
an <ol> element, the property has no meaning.
sourceraw docstring

typecljs

(type this)

Property.

Is a DOMString representing the type of the bullets, "disc", or "circle". As the standard way of defining the list type is the CSS list-style-type property, use the CSSOM methods to set via a script.

Property.

Is a DOMString representing the type of the bullets, "disc",
or "circle". As the standard way of defining the list type is
the CSS list-style-type property, use the CSSOM methods to set
via a script.
sourceraw docstring

valuecljs

(value this)

Property.

Is a long indicating the ordinal position of the list element a given <ol>. It reflects the value attribute of the HTML <li> and can be smaller than 0. If the <li> element is not a child an <ol> element, the property has no meaning.

Property.

Is a long indicating the ordinal position of the list element
a given <ol>. It reflects the value attribute of the HTML <li>
and can be smaller than 0. If the <li> element is not a child
an <ol> element, the property has no meaning.
sourceraw docstring

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

× close