editor.TableRow Extends
Class representing a logical table row: a tr element and any cells that appear in that row.

Inheritance

Constructor

goog.editor.TableRow(trElementrowIndex)

Parameters

trElement : Element
This rows's underlying TR element.
rowIndex : number
This row's index in its parent table.
Public Protected Private

Instance Properties

columns :
No description.
Code »
element :
No description.
Code »
index :
No description.
Code »

Package editor

Package Reference