Javascript popupLoadingText - jcobban/Genealogy GitHub Wiki
function popupLoadingText()
Source: /jscripts/util.js
The function displays a "loading" popup dialog to the user with an application supplied 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 | string of text to display to user |
Next: function showHelp()