Liking cljdoc? Tell your friends :D

web.dom.HTMLOListElement

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

The HTMLOListElement interface provides special properties (beyond
defined on the regular `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating ordered 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

reversedcljs

(reversed this)

Property.

Is a Boolean value reflecting the reversed and defining if the is descending, that is its value is true, or ascending (false).

Property.

Is a Boolean value reflecting the reversed and defining if the
is descending, that is its value is true, or ascending (false).
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-reversed!cljs

(set-reversed! this val)

Property.

Is a Boolean value reflecting the reversed and defining if the is descending, that is its value is true, or ascending (false).

Property.

Is a Boolean value reflecting the reversed and defining if the
is descending, that is its value is true, or ascending (false).
sourceraw docstring

set-start!cljs

(set-start! this val)

Property.

Is a long value reflecting the start and defining the value of first number of the first element of the list.

Property.

Is a long value reflecting the start and defining the value of
first number of the first element of the list.
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. It can have the following values: '1' meaning that decimal numbers are used: 1, 2, 3, 4, 5, … 'a' meaning that the lowercase latin alphabet is used: a, b, d, e, … 'A' meaning that the uppercase latin alphabet is used: A, B, D, E, … 'i' meaning that the lowercase latin numerals are used: i, ii, iv, v, … 'I' meaning that the uppercase latin numerals are used: I, II, IV, V, …

Property.

Is a DOMString value reflecting the type and defining the kind
marker to be used to display. It can have the following values:
'1' meaning that decimal numbers are used: 1, 2, 3, 4, 5, …
'a' meaning that the lowercase latin alphabet is used: a, b,
d, e, …
'A' meaning that the uppercase latin alphabet is used: A, B,
D, E, …
'i' meaning that the lowercase latin numerals are used: i, ii,
iv, v, …
'I' meaning that the uppercase latin numerals are used: I, II,
IV, V, …
sourceraw docstring

startcljs

(start this)

Property.

Is a long value reflecting the start and defining the value of first number of the first element of the list.

Property.

Is a long value reflecting the start and defining the value of
first number of the first element of the list.
sourceraw docstring

typecljs

(type this)

Property.

Is a DOMString value reflecting the type and defining the kind marker to be used to display. It can have the following values: '1' meaning that decimal numbers are used: 1, 2, 3, 4, 5, … 'a' meaning that the lowercase latin alphabet is used: a, b, d, e, … 'A' meaning that the uppercase latin alphabet is used: A, B, D, E, … 'i' meaning that the lowercase latin numerals are used: i, ii, iv, v, … 'I' meaning that the uppercase latin numerals are used: I, II, IV, V, …

Property.

Is a DOMString value reflecting the type and defining the kind
marker to be used to display. It can have the following values:
'1' meaning that decimal numbers are used: 1, 2, 3, 4, 5, …
'a' meaning that the lowercase latin alphabet is used: a, b,
d, e, …
'A' meaning that the uppercase latin alphabet is used: A, B,
D, E, …
'i' meaning that the lowercase latin numerals are used: i, ii,
iv, v, …
'I' meaning that the uppercase latin numerals are used: I, II,
IV, V, …
sourceraw docstring

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

× close