Javascript columnClick - jcobban/Genealogy GitHub Wiki
Source: /jscripts/commonForm.js
The function columnClick is the event handler for "left" button mouse click events on table header cells. It hides the entire column if the column is displayed, except for enough width to permit clicking on the "hidden" column, and redisplays the entire column if it is hidden. It has one parameter, an instance of a DOM Event
which contains information about the mouse click. The global this
contains a reference to the <input>
field.
Next: function columnWiden(ev)