tableeditor_test.js
No description.

File Location

/goog/editor/plugins/tableeditor_test.js


Public Protected Private

Global Functions

createTableAndSelectCell(op_tableProps)
Helper method which creates a table and puts the cursor on the first TD. In IE, the cursor isn't positioned in the first cell (TD) and we simulate that behavior explicitly to be consistent across all browsers.
Arguments:
op_tableProps : Object
Optional table properties.
code »
getCellCount(table) number
Helper routine which returns the number of cells in the table.
Arguments:
table : Element
The table in question.
Returns: number  Number of cells.
code »
goog.testing.TestCase.protectedTimeout_()
No description.
code »
setUp()
No description.
code »
setUpPage()
No description.
code »
tearDown()
No description.
code »
testCreateTable()
No description.
code »
testEnable()
No description.
code »
testInsertColumnAfter()
No description.
code »
testInsertColumnBefore()
No description.
code »
testInsertRowAfter()
No description.
code »
testInsertRowBefore()
No description.
code »
testIsSupportedCommand()
No description.
code »
testMergeCells()
No description.
code »
testRemoveColumns()
No description.
code »
testRemoveRows()
No description.
code »
testSplitCell()
No description.
code »

Global Variables

No description.
Code »

Directory plugins

File Reference