Javascript addHelpAbbrs - jcobban/Genealogy GitHub Wiki
Source: /jscripts/util.js
This function is called for input elements which supports the expansion of abbreviations according to a table. It adds a representation of the contents of the abbreviation table to the help text.
Parameters:
name | contents |
---|---|
helpDiv | the 'help' <div> element |
abbrTable | an associative array of abbreviations and their expansions |
This is called by the common function displayHelp for all elements which have an attribute abbrTbl
.
Next: function displayDialog(dialog, templateId, parms, element, action, defer)