Class: UserView

UserView()

A major view that displays a public profile for the user and a settings page for the logged-in user to manage their account info, groups, identities, and API tokens.

Screenshot

Constructor

new UserView()

Source:

Extends

  • Backbone.View

Members

portalListContainer :string

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

Methods

confirmMapRequest()

Deprecated:
  • since 2.36.0.
Source:

forwardToPortals(username)

Update the window location path to route to /portals path
Parameters:
Name Type Description
username string Short identifier for the member node
Source:

hideActiveSubSections()

Hide contents of all sub-sections that are active
Source:

insertPendingList()

Deprecated:
  • since 2.36.0
Source:

rejectMapRequest()

Deprecated:
  • since 2.36.0.
Source:

removeMap()

Deprecated:
  • since 2.36.0. Users should contact support to unlink accounts.
Source:

renderMyPortals()

Renders a list of portals that this user is an owner of.
Source:

sendMapRequest()

Deprecated:
  • since 2.36.0. Users should contact support to link accounts.
Source:

showSubSection(label)

Activate (show) a sub-section
Parameters:
Name Type Description
label string The data-section label of the sub-section to show
Source:

switchToSubSection(e, subsectionName)

Activate (show) a sub-section and hide all others
Parameters:
Name Type Description
e Event The click event that triggered this function
subsectionName string The name of the sub-section to show, if an event did not trigger this function
Source: