Javascript showHelp - jcobban/Genealogy GitHub Wiki

function showHelp(newDiv)

Up: Common Dialog Support

Source: /jscripts/util.js

The function displays a help dialog for the current element.

Input:

parameter contents
this the HTML element near which to display the help.
newDiv an HTML division element containing the help information to display.

Next: Common Input Validation