Class: EMLAttributeView

EMLAttributeView()

An EMLAttributeView displays the info about one attribute in a data object

Screenshot

Constructor

new EMLAttributeView()

Source:

Extends

  • Backbone.View

Methods

renderMeasurementTypeView()

Render and insert the MeasurementTypeView for this view This is separated out into its own method so it can be called from `postRender()` which is called after the user swithces to the EntityView tab for this attribute. We do this to avoid loading as many MeasurementTypeViews as there are Attributes which would get us rate limited by BioPortal because every MeasurementTypeView hits BioPortal's API on render.
Source: