HTMLTableRowElement Interface Reference

import "HTMLTableRowElement.idl";

Inherits HTMLElement.

Inheritance diagram for HTMLTableRowElement:

Inheritance graph
[legend]
Collaboration diagram for HTMLTableRowElement:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 23 of file HTMLTableRowElement.idl.


Member Function Documentation

HTMLElement insertCell ( in long  index  )  raises (DOMException)

void deleteCell ( in long  index  )  raises (DOMException)


Member Data Documentation

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.


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