Question
[JS CS3] Moving the insertion point to the next table cell
I can't quite get my head around this one...
Assuming that all the text in a table cell is selected, I want to move the selection to the next cell below the current cell, and select the text in that cell. I need to script this simple maneuver so I can assign a keyboard shortcut to it.
In other words, the script should programmatically do the same thing as [down arrow][esc][esc] does in a table.
I've been trying InsertionPoint.move, but can't quite figure out how to do this within a table framework.
Any ideas/pointers would be appreciated. Thanks.
Assuming that all the text in a table cell is selected, I want to move the selection to the next cell below the current cell, and select the text in that cell. I need to script this simple maneuver so I can assign a keyboard shortcut to it.
In other words, the script should programmatically do the same thing as [down arrow][esc][esc] does in a table.
I've been trying InsertionPoint.move, but can't quite figure out how to do this within a table framework.
Any ideas/pointers would be appreciated. Thanks.