Internet Technologies:hrf

HTMLTableRowElement() Professional

Super class

HTMLElement()

Class function

HTMLTableRowElement() 

Reflected HTML tag

<tr>  </tr> 

Instantiation

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

Instance variables reflecting tag attributes

:align               | Character 
:bgColor             | Character 
:cells               | Array    
:ch                  | Character 
:chOff               | Character 
:rowIndex            | Numeric  
:Section             | oHTMLTableSectionElement  READONLY 
:sectionRowIndex     | Numeric  
:Table               | oHTMLTableElement         READONLY 
:vAlign              | Character 

Methods

:deleteCell( <nCellPos> ) --> oHTMLTableCellElement | NIL 

Removes the object stored at the position <nCellPos> in the :cellsarray. The removed object is returned.

:insertCell( [<nCellPos>]       , ; 
[<cHTMLAttributes>], ; 
[<cHTMLContent>]     ) --> oHTMLTableCellElement 

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

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.