Class: PortalLogosView

PortalLogosView()

The PortalLogosView is the area where the the logos of the organizations associated with each portal will be displayed.

Screenshot

Constructor

new PortalLogosView()

Source:

Extends

  • Backbone.View

Members

className :string

The HTML classes for this view
Type:
  • string
Source:

logos :Array.<PortalImage>

An array of PortalImages to display in this view
Type:
Source:

tagName :string

The HTML element type for this view
Type:
  • string
Source:

template :UnderscoreTemplate

Renders the compiled template into HTML
Type:
  • UnderscoreTemplate
Source:

type :string

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

Methods

onClose()

Close and destroy the view
Source:

render()

Renders the view
Source: