Liking cljdoc? Tell your friends :D

web.dom.HTMLTableHeaderCellElement

The HTMLTableHeaderCellElement interface provides special properties methods (beyond the regular web.dom.HTMLTableCellElement and interfaces it also has available to it by inheritance) for manipulating layout and presentation of table header cells in an HTML document.

The HTMLTableHeaderCellElement interface provides special properties
methods (beyond the regular `web.dom.HTMLTableCellElement` and
interfaces it also has available to it by inheritance) for manipulating
layout and presentation of table header cells in an HTML document.
raw docstring

abbrcljs

(abbr this)

Property.

Is a DOMString containing a name used to refer to this cell in context. It reflects the abbr attribute.

Property.

Is a DOMString containing a name used to refer to this cell in
context. It reflects the abbr attribute.
sourceraw docstring

scopecljs

(scope this)

Property.

Is a DOMString representing an enumerated value indicating which the header cell applies to. It reflects the scope attribute and one of the following values: "row", "col", "colgroup", or "rowgroup". the attribute is in the auto state, or if an invalid value is for the attribute, scope will be returns the empty string, "".

Property.

Is a DOMString representing an enumerated value indicating which
the header cell applies to. It reflects the scope attribute and
one of the following values: "row", "col", "colgroup", or "rowgroup".
the attribute is in the auto state, or if an invalid value is
for the attribute, scope will be returns the empty string, "".
sourceraw docstring

set-abbr!cljs

(set-abbr! this val)

Property.

Is a DOMString containing a name used to refer to this cell in context. It reflects the abbr attribute.

Property.

Is a DOMString containing a name used to refer to this cell in
context. It reflects the abbr attribute.
sourceraw docstring

set-scope!cljs

(set-scope! this val)

Property.

Is a DOMString representing an enumerated value indicating which the header cell applies to. It reflects the scope attribute and one of the following values: "row", "col", "colgroup", or "rowgroup". the attribute is in the auto state, or if an invalid value is for the attribute, scope will be returns the empty string, "".

Property.

Is a DOMString representing an enumerated value indicating which
the header cell applies to. It reflects the scope attribute and
one of the following values: "row", "col", "colgroup", or "rowgroup".
the attribute is in the auto state, or if an invalid value is
for the attribute, scope will be returns the empty string, "".
sourceraw docstring

set-sorted!cljs

(set-sorted! this val)

Property.

Is a Boolean value indicating if the table is sorted by the scope with this header cell. It reflects the sorted attribute.

Property.

Is a Boolean value indicating if the table is sorted by the scope
with this header cell. It reflects the sorted attribute.
sourceraw docstring

sortedcljs

(sorted this)

Property.

Is a Boolean value indicating if the table is sorted by the scope with this header cell. It reflects the sorted attribute.

Property.

Is a Boolean value indicating if the table is sorted by the scope
with this header cell. It reflects the sorted attribute.
sourceraw docstring

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

× close