- Description:
Allow navigation through table cells using Ctrl + arrow keys and handle override toggles.
- Source:
- Copyright:
- The Open University
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Allow navigation through table cells using Ctrl + arrow keys and handle override toggles.
Methods
(static) init()
- Description:
Initializes the module, setting up event listeners for table cell navigation and override toggles.
- Source:
(inner) getColumnIndex(cell) → {number}
- Description:
Helper function to get the column index of a cell.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
cell |
HTMLElement | The cell of the table. |
Returns:
The index of the cell within its row.
- Type
- number