Class: EMLView

EMLView()

An EMLView renders an editable view of an EML 2.1.1 document

Constructor

new EMLView()

Source:

Extends

Members

type :ScienceMetadata

The ScienceMetadata model to render
Type:
Inherited From:
Source:

Methods

movePersonDown(e:)

Attempt to move the current person (Party) one index forward (down).
Parameters:
Name Type Description
e: EventHandler The click event handler
Source:

movePersonUp(e:)

Attempt to move the current person (Party) one index backward (up).
Parameters:
Name Type Description
e: EventHandler The click event handler
Source:

formatParagraphs()

Takes the text object from a metadata model and returns it as HTML formatted with paragraph elements
Inherited From:
Source:

updateText()

When a text element is changed, update the attribute in the model
Inherited From:
Source: