Javascript popupLoading - jcobban/Genealogy GitHub Wiki

function popupLoading()

Up: Common Dialog Support

Source: /jscripts/util.js

The function displays a "loading" popup text message. This indicator warns the user that an extended operation has begun and the user should wait for the indicator to disappear before taking further actions in the current dialog.

Input:

parameter description
element an input element for positioning the popup if this is null, position relative to last element passed to this method
text if specified the text to display in the popup. If this parameter is omitted if there is an element with id attribute 'loading' defined in the current page then the text from that element is displayed.

Next: function showHelp()