Javascript hideDialog - jcobban/Genealogy GitHub Wiki

function hideDialog()

Up: Common Dialog Support

Source: /jscripts/util.js

This is the default mouse click event handler for a button in a dialog. It closes the dialog containing the button.

parameter contents
this the element on which the mouse clicked
ev a click Event

Next: function hideHelp()