User Interface Features
Spreadsheets help UI Features from the Jquery sheet interface
A | B | C | D | |
1 | Cell Navigation | Result | Dependancy | Synonym |
2 | Left Arrow | Active cell moves left if possible. | jQuery.sheet.evt.cellClick() | jS.evt.cellClick() |
3 | Right Arrow | Active cell moves right if possible. | jQuery.sheet.evt.cellClick() | jS.evt.cellClick() |
4 | Up Arrow | Active cell moves up if possible. | jQuery.sheet.evt.cellClick() | jS.evt.cellClick() |
5 | Down Arrow | Active cell moves down if possible. | jQuery.sheet.evt.cellClick() | jS.evt.cellClick() |
6 | Escape | Active cell is removed from focus. | jQuery.sheet.evt.cellEditAbandon() | jS.evt.cellEditAbandon() |
7 | Enter | Starts in-place edit / Active cell moves
down if possible. |
jQuery.sheet.evt.formulaKeyDown() | jS.evt.formulaKeyDown() |
8 | Ctrl + Enter | Ends in-place edit / Active cell moves
down if possible. |
jQuery.sheet.evt.formulaKeyDown() | jS.evt.formulaKeyDown() |
9 | Tab | Active cell moves right if possible. | jQuery.sheet.evt.cellClick() | jS.evt.cellClick() |