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 | Description |
---|---|---|
surface |
ve.ce.Surface | |
rowOffset |
number | how many rows to move |
colOffset |
number | how many columns to move |
checkDir |
boolean | whether to translate offsets according to ltr settings |
expand |
boolean | whether to expand the selection or replace it |
wrap |
boolean | Wrap to the next/previous row at edges, insert new row at end |