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


Public Member Functions | |
| HTMLElement | insertCell (in long index) raises (DOMException) |
| void | deleteCell (in long index) raises (DOMException) |
Public Attributes | |
| readonly attribute long | rowIndex |
| readonly attribute long | sectionRowIndex |
| readonly attribute HTMLCollection | cells |
| attribute DOMString | align |
| attribute DOMString | bgColor |
| attribute DOMString | ch |
| attribute DOMString | chOff |
| attribute DOMString | vAlign |
Definition at line 23 of file HTMLTableRowElement.idl.
| HTMLElement insertCell | ( | in long | index | ) | raises (DOMException) |
| void deleteCell | ( | in long | index | ) | raises (DOMException) |
| readonly attribute long rowIndex |
Definition at line 25 of file HTMLTableRowElement.idl.
| readonly attribute long sectionRowIndex |
Definition at line 26 of file HTMLTableRowElement.idl.
| readonly attribute HTMLCollection cells |
Definition at line 27 of file HTMLTableRowElement.idl.
| attribute DOMString align |
Definition at line 28 of file HTMLTableRowElement.idl.
| attribute DOMString bgColor |
Definition at line 29 of file HTMLTableRowElement.idl.
| attribute DOMString ch |
Definition at line 30 of file HTMLTableRowElement.idl.
| attribute DOMString chOff |
Definition at line 31 of file HTMLTableRowElement.idl.
| attribute DOMString vAlign |
Definition at line 32 of file HTMLTableRowElement.idl.
1.5.1