Class: PortEditorDataView

PortEditorDataView()

Members

className :string

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

editCollectionViewContainer :string

A jQuery selector for the element that the EditCollectionView should be inserted into
Type:
  • string
Source:

editFilterGroupsViewContainer :string

A jQuery selector for the element that the FilterGroupsView editor should be inserted into
Type:
  • string
Since:
  • 2.17.0
Source:

editorView :PortalEditorView

A reference to the parent editor view
Type:
Source:

events :Object

The events this view will listen to and the associated function to call.
Type:
  • Object
Source:

id

The id attribute of the view element
Source:

model :Portal

The PortalModel that is being edited
Type:
  • Portal
Source:

sectionType :string

The type of section view this is
Type:
  • string
Source:

template

References to templates for this view. HTML files are converted to Underscore.js templates
Source:

type :string

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

uniqueSectionLabel :string

The display name for this Section
Type:
  • string
Source:

Methods

initialize(options)

Creates a new PortEditorDataView
Parameters:
Name Type Description
options Object A literal object with options to pass to the view
Source:

openInNewTab(e)

Opens a link in a new tab even when the target=_blank attribute isn't set. Link is assumed to be relative; the base url is prepended to make it absolute.
Parameters:
Name Type Description
e Event The click event on an HTML achor element
Source:

render()

Renders this view
Source: