Extends
Constructor
new ve.ce.TableArrowKeyDownHandler()
#
Arrow key down handler for table selections.
Arrow key down handler for table selections.
Methods
execute()static
#
moveTableSelection(surface, rowOffset, colOffset, [checkDir], [expand], [wrap])static
#
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
surface |
ve.ce.Surface | |||
rowOffset |
number | how many rows to move |
||
colOffset |
number | how many columns to move |
||
checkDir |
boolean |
optional |
false | whether to translate offsets according to ltr settings |
expand |
boolean |
optional |
false | whether to expand the selection or replace it |
wrap |
boolean |
optional |
false | Wrap to the next/previous row at edges, insert new row at end |