Liking cljdoc? Tell your friends :D

web.dom.HTMLTableRowElement

The HTMLTableRowElement interface provides special properties methods (beyond the web.dom.HTMLElement interface it also has to it by inheritance) for manipulating the layout and presentation rows in an HTML table.

The HTMLTableRowElement interface provides special properties
methods (beyond the `web.dom.HTMLElement` interface it also has
to it by inheritance) for manipulating the layout and presentation
rows 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

bg-colorcljs

(bg-color this)

Property.

Is a DOMString containing the background color of the cells. reflects the obsolete bgcolor attribute.

Property.

Is a DOMString containing the background color of the cells.
reflects the obsolete bgcolor attribute.
sourceraw docstring

cellscljs

(cells this)

Property.

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

Property.

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

chcljs

(ch this)

Property.

Is a DOMString containing one single character. 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 character. 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-cellcljs

(delete-cell this & args)

Method.

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

Method.

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

insert-cellcljs

(insert-cell this & args)

Method.

The HTMLTableRowElement.insertCell() method inserts a new cell into a table row (<tr>) and returns a reference to the cell.

`var newCell = HTMLTableRowElement.insertCell(index);

web.dom.HTMLTableRowElement is a reference to an HTML <tr> element.`

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableRowElement/insertCell

Method.

The HTMLTableRowElement.insertCell() method inserts a new cell
into a table row (`<tr>`) and returns a reference to the cell.

`var newCell = HTMLTableRowElement.insertCell(index);

`web.dom.HTMLTableRowElement` is a reference to an HTML `<tr>` element.`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableRowElement/insertCell`
sourceraw docstring

row-indexcljs

(row-index this)

Property.

[Read Only]

The HTMLTableRowElement.rowIndex read-only property represents position of a row in relation to the whole <table>.

var index = HTMLTableRowElement.rowIndex

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableRowElement/rowIndex

Property.

[Read Only]

The HTMLTableRowElement.rowIndex read-only property represents
position of a row in relation to the whole `<table>`.

`var index = HTMLTableRowElement.rowIndex`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableRowElement/rowIndex`
sourceraw docstring

section-row-indexcljs

(section-row-index this)

Property.

Returns a long value which gives the logical position of the within the table section it belongs to. If the row is not part a section, returns -1.

Property.

Returns a long value which gives the logical position of the
within the table section it belongs to. If the row is not part
a section, returns -1.
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-bg-color!cljs

(set-bg-color! this val)

Property.

Is a DOMString containing the background color of the cells. reflects the obsolete bgcolor attribute.

Property.

Is a DOMString containing the background color of the cells.
reflects the obsolete bgcolor attribute.
sourceraw docstring

set-cells!cljs

(set-cells! this val)

Property.

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

Property.

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

set-ch!cljs

(set-ch! this val)

Property.

Is a DOMString containing one single character. 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 character. 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-section-row-index!cljs

(set-section-row-index! this val)

Property.

Returns a long value which gives the logical position of the within the table section it belongs to. If the row is not part a section, returns -1.

Property.

Returns a long value which gives the logical position of the
within the table section it belongs to. If the row is not part
a section, returns -1.
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