Skip to content

Javascript tableKeyDown

James Cobban edited this page Nov 25, 2019 · 1 revision

function tableKeyDown(ev)

Up: Common Form Handling

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.

Next: function numericKeyDown(ev)

Clone this wiki locally