Javascript numericKeyDown - jcobban/Genealogy GitHub Wiki
Source: /jscripts/commonForm.js
The function numericKeyDown is the keydown
event handler for text input fields which are expected to contain only integers. It has one parameter, an instance of a DOM Event
which contains information about the key stroke. The global this
contains a reference to the <input>
field.
Next: function columnClick(ev)