Liking cljdoc? Tell your friends :D

web.dom.HTMLTableSectionElement

The HTMLTableSectionElement interface provides special properties methods (beyond the web.dom.HTMLElement interface it also has to it by inheritance) for manipulating the layout and presentation sections, that is headers, footers and bodies, in an HTML table.

The HTMLTableSectionElement interface provides special properties
methods (beyond the `web.dom.HTMLElement` interface it also has
to it by inheritance) for manipulating the layout and presentation
sections, that is headers, footers and bodies, in an HTML table.
raw docstring

aligncljs

(align this)

Property.

Is a DOMString containing an enumerated value reflecting the attribute. It indicates the alignment of the element's contents respect to the surrounding context. The possible values are "left", and "center".

Property.

Is a DOMString containing an enumerated value reflecting the
attribute. It indicates the alignment of the element's contents
respect to the surrounding context. The possible values are "left",
and "center".
sourceraw docstring

chcljs

(ch this)

Property.

Is a DOMString containing one single chararcter. This character the one to align all the cell of a column on. It reflects the and default to the decimal points associated with the language, '.' for English, or ',' for French. This property was optional was not very well supported.

Property.

Is a DOMString containing one single chararcter. This character
the one to align all the cell of a column on. It reflects the
and default to the decimal points associated with the language,
'.' for English, or ',' for French. This property was optional
was not very well supported.
sourceraw docstring

ch-offcljs

(ch-off this)

Property.

Is a DOMString containing a integer indicating how many characters be left at the right (for left-to-right scripts; or at the left right-to-left scripts) of the character defined by HTMLTableRowElement.ch. property was optional and was not very well supported.

Property.

Is a DOMString containing a integer indicating how many characters
be left at the right (for left-to-right scripts; or at the left
right-to-left scripts) of the character defined by HTMLTableRowElement.ch.
property was optional and was not very well supported.
sourceraw docstring

delete-rowcljs

(delete-row this & args)

Method.

Removes the cell at the given position in the section. If the position is greater (or equal as it starts at zero) than the of rows in the section, or is smaller than 0, it raises a DOMException the IndexSizeError value.

Method.

Removes the cell at the given position in the section. If the
position is greater (or equal as it starts at zero) than the
of rows in the section, or is smaller than 0, it raises a DOMException
the IndexSizeError value.
sourceraw docstring

insert-rowcljs

(insert-row this & args)

Method.

Inserts a new row just before the given position in the section. the given position is not given or is -1, it appends the row the end of section. If the given position is greater (or equal it starts at zero) than the amount of rows in the section, or smaller than -1, it raises a DOMException with the IndexSizeError

Method.

Inserts a new row just before the given position in the section.
the given position is not given or is -1, it appends the row
the end of section. If the given position is greater (or equal
it starts at zero) than the amount of rows in the section, or
smaller than -1, it raises a DOMException with the IndexSizeError
sourceraw docstring

rowscljs

(rows this)

Property.

Returns a live HTMLCollection containing the rows in the section. HTMLCollection is live and is automatically updated when rows added or removed.

Property.

Returns a live HTMLCollection containing the rows in the section.
HTMLCollection is live and is automatically updated when rows
added or removed.
sourceraw docstring

set-align!cljs

(set-align! this val)

Property.

Is a DOMString containing an enumerated value reflecting the attribute. It indicates the alignment of the element's contents respect to the surrounding context. The possible values are "left", and "center".

Property.

Is a DOMString containing an enumerated value reflecting the
attribute. It indicates the alignment of the element's contents
respect to the surrounding context. The possible values are "left",
and "center".
sourceraw docstring

set-ch!cljs

(set-ch! this val)

Property.

Is a DOMString containing one single chararcter. This character the one to align all the cell of a column on. It reflects the and default to the decimal points associated with the language, '.' for English, or ',' for French. This property was optional was not very well supported.

Property.

Is a DOMString containing one single chararcter. This character
the one to align all the cell of a column on. It reflects the
and default to the decimal points associated with the language,
'.' for English, or ',' for French. This property was optional
was not very well supported.
sourceraw docstring

set-ch-off!cljs

(set-ch-off! this val)

Property.

Is a DOMString containing a integer indicating how many characters be left at the right (for left-to-right scripts; or at the left right-to-left scripts) of the character defined by HTMLTableRowElement.ch. property was optional and was not very well supported.

Property.

Is a DOMString containing a integer indicating how many characters
be left at the right (for left-to-right scripts; or at the left
right-to-left scripts) of the character defined by HTMLTableRowElement.ch.
property was optional and was not very well supported.
sourceraw docstring

set-rows!cljs

(set-rows! this val)

Property.

Returns a live HTMLCollection containing the rows in the section. HTMLCollection is live and is automatically updated when rows added or removed.

Property.

Returns a live HTMLCollection containing the rows in the section.
HTMLCollection is live and is automatically updated when rows
added or removed.
sourceraw docstring

set-v-align!cljs

(set-v-align! this val)

Property.

Is a DOMString representing an enumerated value indicating how content of the cell must be vertically aligned. It reflects the attribute and can have one of the following values: "top", "middle", or "baseline".

Property.

Is a DOMString representing an enumerated value indicating how
content of the cell must be vertically aligned. It reflects the
attribute and can have one of the following values: "top", "middle",
or "baseline".
sourceraw docstring

v-aligncljs

(v-align this)

Property.

Is a DOMString representing an enumerated value indicating how content of the cell must be vertically aligned. It reflects the attribute and can have one of the following values: "top", "middle", or "baseline".

Property.

Is a DOMString representing an enumerated value indicating how
content of the cell must be vertically aligned. It reflects the
attribute and can have one of the following values: "top", "middle",
or "baseline".
sourceraw docstring

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

× close