Internet Technologies:hrf

HTMLTableSectionElement() Professional

Super class

HTMLElement()

Class function

HTMLTableSectionElement() 

Reflected HTML tags

<tbody>  </tbody> 
<tfoot>  </tfoot> 
<thead>  </thead> 

Instantiation

:new( [<oParent>]        , ; 
[<cHTMLTag>]       , ; 
[<cHTMLAttributes>], ; 
[<cHTMLContent>]     ) --> oHTMLTableSectionElement 

Instance variables reflecting tag attributes

:align      | Character 
:ch         | Character 
:chOff      | Character 
:rows       | Array       READONLY 
:vAlign     | Character 

Methods

:deleteRow( <nRowPos> )  --> oHTMLTableRowElement | NIL 

Removes the object stored at the position <nRowPos> in the :rowsarray. The removed object is returned.

:insertRow( [<nRowPos>]        , ; 
[<cHTMLAttributes>], ; 
[<cHTMLContent>]     ) --> oHTMLTableRowElement 

Inserts a HTMLTableRowElement object in the :rows array and returns the new object. If no insert position <nRowPos> is specified, the object is added to the end of :rows.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.