Constructor
new UserView()
- Source:
Extends
Members
portalListContainer :string
A jQuery selector for the element that the PortalListView should be inserted into
Type:
- Source:
Methods
confirmMapRequest()
- Deprecated:
- 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:
- Source:
rejectMapRequest()
- Deprecated:
- 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: