Class ecm.widget.layout.NavigatorMainLayout


Extends ecm.widget.layout.MainLayout.
Extends the MainLayout class to provide additional interactions that are specific to IBM Content Navigator.
Defined in: <ecm\widget\layout\NavigatorMainLayout.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class ecm.widget.layout.MainLayout:
includeSkipNavigationLinks

Method Summary

Method Attributes Method Name and Description
 
 
Selects the search feature & shows the specified search template.
 
openNewSearch(item, data)
Selects the search feature & shows the specified search template.
 
openSearch(item, data)
Selects the search feature & shows the specified search template.
 
openTeamspace(item, teamspace)
Opens the specified teamspace.
 
openTeamspaceTemplate(item, teamspaceTemplate, container)
Opens the specified teamspace template.
 
 
setFeatures(selectedFeatures, defaultFeature, defaultSecondaryPlugin)
Sets the layout configuration.
Methods borrowed from class ecm.widget.layout.MainLayout:
getAvailableFeatures, getBanner, getGlobalToolbar, mergeFeatures, onLayoutLoaded
Methods borrowed from class ecm.widget.layout.BaseLayout:
constructor, createErrorDialog, createWarningDialog, destroy, focus, setDebugMode, setDemoMode, setShowWarnings

Constructor Detail

ecm.widget.layout.NavigatorMainLayout()

Method Detail

addAdminFeature()


openEditSearch(item)

Selects the search feature & shows the specified search template.
Parameters:
item

openNewSearch(item, data)

Selects the search feature & shows the specified search template.
Parameters:
item
data
Deprecated:
As of 2.0.3. Use openSearch and set data.openNewTab to true.

openSearch(item, data)

Selects the search feature & shows the specified search template.
Parameters:
item
data

openTeamspace(item, teamspace)

Opens the specified teamspace.
Parameters:
item
teamspace

openTeamspaceTemplate(item, teamspaceTemplate, container)

Opens the specified teamspace template.
Parameters:
item
teamspaceTemplate
container

postCreate()


setFeatures(selectedFeatures, defaultFeature, defaultSecondaryPlugin)

Sets the layout configuration.
Parameters:
selectedFeatures
defaultFeature
defaultSecondaryPlugin