Class: MdqRunView

MdqRunView()

A view that fetches and displays a Metadata Assessment Report

Constructor

new MdqRunView()

Source:

Extends

  • Backbone.View

Members

loadingContainer :string

A JQuery selector for the element in the template that will contain the loading image
Type:
  • string
Since:
  • 2.15.0
Source:

suiteId :string

The currently selected/requested suite
Type:
  • string
Source:

suiteIdList :Array.<string>

The list of all potential suites for this theme
Type:
  • Array.<string>
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:
  • 2.15.0
Source: