NAME
Mozilla::DOM::HTMLTableRowElement
Mozilla::DOM::HTMLTableRowElement is a wrapper around an instance of Mozilla's nsIDOMHTMLTableRowElement interface. This class inherits from HTMLElement.
* The nsIDOMHTMLTableRowElement interface is the interface to a
* [X]HTML tr element.
*
* For more information on this interface please see
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* @status FROZEN
CLASS METHODS
$iid = Mozilla::DOM::HTMLTableRowElement->GetIID()
Pass this to QueryInterface.
METHODS
$htmltablerowelement->DeleteCell($index)
$index (integer (long))
$align = $htmltablerowelement->GetAlign()
$bgcolor = $htmltablerowelement->GetBgColor()
$cells = $htmltablerowelement->GetCells()
$ch = $htmltablerowelement->GetCh()
$choff = $htmltablerowelement->GetChOff()
$rowindex = $htmltablerowelement->GetRowIndex()
$sectionrowindex = $htmltablerowelement->GetSectionRowIndex()
$valign = $htmltablerowelement->GetVAlign()
$retval = $htmltablerowelement->InsertCell($index)
$index (integer (long))
$htmltablerowelement->SetAlign($align)
$align (string)
$htmltablerowelement->SetBgColor($bgcolor)
$bgcolor (string)
$htmltablerowelement->SetCh($ch)
$ch (string)
$htmltablerowelement->SetChOff($choff)
$choff (string)
$htmltablerowelement->SetVAlign($valign)
$valign (string)
SEE ALSO
COPYRIGHT
Copyright (C) 2005, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.