Closure Library API Documentation
Go to class or file:
editor.TableRow
Extends
Class representing a logical table row: a tr element and any cells that appear in that row.
Useful links
Source Code
Git
Inheritance
goog.editor.TableRow
Constructor
goog.editor.TableRow(
trElement
,
rowIndex
)
Parameters
trElement
:
Element
This rows's underlying TR element.
rowIndex
:
number
This row's index in its parent table.
Public
Protected
Private
Instance Properties
Defined in
goog.editor.TableRow
columns
:
No description.
Code »
element
:
No description.
Code »
index
:
No description.
Code »
Package editor
Package Reference