Internet Technologies:hrf

HTMLTableCellElement() Professional

Super class

HTMLElement()

Class function

HTMLTableCellElement() 

Reflected HTML tags

<td>  </td> 
<th>  </th> 

Instantiation

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

Instance variables reflecting tag attributes

:abbr          | Character 
:align         | Character 
:axis          | Character 
:bgColor       | Character 
:cellIndex     | Numeric   
:ch            | Character 
:chOff         | Character 
:colSpan       | Numeric   
:headers       | Character 
:height        | Character 
:noWrap        | Logical   
:Row           | oHTMLTableRowElement  READONLY 
:rowSpan       | Numeric   
:scope         | Character 
:vAlign        | Character 
:width         | Character 

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.