HTMLTableElement Interface Reference

import "HTMLTableElement.idl";

Inherits HTMLElement.

Inheritance diagram for HTMLTableElement:

Inheritance graph
[legend]
Collaboration diagram for HTMLTableElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

HTMLElement createTHead ()
void deleteTHead ()
HTMLElement createTFoot ()
void deleteTFoot ()
HTMLElement createCaption ()
void deleteCaption ()
HTMLElement insertRow (in long index) raises (DOMException)
void deleteRow (in long index) raises (DOMException)

Public Attributes

attribute HTMLTableCaptionElement caption
attribute HTMLTableSectionElement tHead
attribute HTMLTableSectionElement tFoot
readonly attribute HTMLCollection rows
readonly attribute HTMLCollection tBodies
attribute DOMString align
attribute DOMString bgColor
attribute DOMString border
attribute DOMString cellPadding
attribute DOMString cellSpacing
attribute DOMString frame
attribute DOMString rules
attribute DOMString summary
attribute DOMString width

Detailed Description

Definition at line 23 of file HTMLTableElement.idl.


Member Function Documentation

HTMLElement createTHead (  ) 

void deleteTHead (  ) 

HTMLElement createTFoot (  ) 

void deleteTFoot (  ) 

HTMLElement createCaption (  ) 

void deleteCaption (  ) 

HTMLElement insertRow ( in long  index  )  raises (DOMException)

void deleteRow ( in long  index  )  raises (DOMException)


Member Data Documentation

attribute HTMLTableCaptionElement caption

Definition at line 28 of file HTMLTableElement.idl.

attribute HTMLTableSectionElement tHead

Definition at line 30 of file HTMLTableElement.idl.

attribute HTMLTableSectionElement tFoot

Definition at line 32 of file HTMLTableElement.idl.

readonly attribute HTMLCollection rows

Definition at line 34 of file HTMLTableElement.idl.

readonly attribute HTMLCollection tBodies

Definition at line 35 of file HTMLTableElement.idl.

attribute DOMString align

Definition at line 36 of file HTMLTableElement.idl.

attribute DOMString bgColor

Definition at line 37 of file HTMLTableElement.idl.

attribute DOMString border

Definition at line 38 of file HTMLTableElement.idl.

attribute DOMString cellPadding

Definition at line 39 of file HTMLTableElement.idl.

attribute DOMString cellSpacing

Definition at line 40 of file HTMLTableElement.idl.

attribute DOMString frame

Definition at line 43 of file HTMLTableElement.idl.

attribute DOMString rules

Definition at line 45 of file HTMLTableElement.idl.

attribute DOMString summary

Definition at line 46 of file HTMLTableElement.idl.

attribute DOMString width

Definition at line 47 of file HTMLTableElement.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:14:13 2007 for Web Kit DOM by  doxygen 1.5.1