Javascript gotNicknames - jcobban/Genealogy GitHub Wiki

function gotNicknames(obj)

Up: Common Form Handling

Source: /jscripts/commonForm.js

The function gotNicknames is called during initialization of a script to load the table of alternate spellings of given names so it is accessible to the browser. It has one parameter, a Javascript object containing an associative array of entries from the Nicknames table.

Next: function capitalizeElement(element)