Constructor
new MdqRunView()
- Source:
Extends
Members
loadingContainer :string
A JQuery selector for the element in the template that will contain the loading
image
Type:
- Since:
- Source:
suiteId :string
The currently selected/requested suite
Type:
- Source:
suiteIdList :Array.<string>
The list of all potential suites for this theme
Type:
- Source:
Methods
hideLoading()
Remove the loading image and message.
- Source:
showLoading()
Render a loading image with message
- Source:
showMessage(message, showHelpopt, showLinkopt)
Updates the message in the loading image
Parameters:
Name |
Type |
Attributes |
Default |
Description |
message |
string
|
|
|
The new message to display |
showHelp |
boolean
|
<optional>
|
true
|
If set to true, and an email contact is configured
in MetacatUI, then the contact email will be shown at the bottom of the message. |
showLink |
boolean
|
<optional>
|
true
|
If set to true, a link back to the dataset will be
appended to the end of the message. |
- Since:
- Source: