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.
(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".
(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.
(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".
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close