Javascript tableKeyDown - jcobban/Genealogy GitHub Wiki
Source: /jscripts/commonForm.js
The function tableKeyDown
is the keydown
event handler for text input fields which are contained in <td>
elements. This handler provides support for movement between cells of a displayed table similar to that provided by spreadsheet applications. It is passed one parameter, the instance of an Event
object, and this points at the <input>
tag.