Class: PortalVisualizationsView

PortalVisualizationsView()

The PortalVisualizationsView is a view to render the portal visualizations tab (within PortalSectionView)

Constructor

new PortalVisualizationsView()

Source:

Members

className :string

The HTML classes to use for this view's element
Type:
  • string
Source:

model :PortalVizSectionModel

The PortalVizSectionModel
Type:
Source:

template :Underscore.Template

Renders the compiled template into HTML
Type:
  • Underscore.Template
Source:

type :string

The type of View this is
Type:
  • string
Source:

Methods

initialize(options)

Construct a new instance of PortalVisualizationsView
Parameters:
Name Type Description
options Object A literal object with options to pass to the view
Source:

postRender()

Function called by the PortalView when the section that contains this visualization becomes active (e.g. the user clicks on the section tab). Render the visualization and, if this is a fever viz, adjust the height.
Source:

render()

Renders the view
Source:

renderFEVer()

Renders a FEVer visualizattion in this view
Source:

renderMap()

Renders a MapView and inserts into this view
Source: