Javascript popupHelp - jcobban/Genealogy GitHub Wiki

function popupHelp(event)

Up: Common Dialog Support

Source: /jscripts/util.js

This method is called if the mouse is clicked on an element or if the mouse is held over an element for 2 seconds. It shows the associated help division.

Input:

name contents
this an HTML element

Next: function popupHelpHandler()