Javascript columnWiden - jcobban/Genealogy GitHub Wiki
function columnWiden(ev)
Source: /jscripts/commonForm.js
The function columnClick is the event handler for "right" button mouse click events on table header cells. It widens the entire column to permit viewing more of the contents without scrolling within individual input fields in the column. 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 <th>
element.