import "HTMLTableElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLTableElement:


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 |
Definition at line 23 of file HTMLTableElement.idl.
| 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) |
| 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.
1.5.1