Class ecm.widget.layout.FavoritesPane


Extends ecm.widget.layout._LaunchBarPane.
Provides a pane that is used to store and access the documents, folders, teamspaces, or predefined searches that a user uses most frequently.
Defined in: <ecm\widget\layout\FavoritesPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Focus on the tree.
 
getContentListGridModules(isFavoritesRoot)
Returns the grid modules.
 
Returns the content list modules.
 
Method should be overridden by the dijit that extends _LaunchBarPane to retrieve the correct feature configuration information.
 
Creates the favorites tree and favorites module and listens to events.
 
 
When reset, reload the favorites model.
Methods borrowed from class ecm.widget.layout._LaunchBarPane:
onEditItem, onOpenItem, openButtonFlyout, selectContentPane, setParams

Constructor Detail

ecm.widget.layout.FavoritesPane()

Method Detail

focus()

Focus on the tree.

getContentListGridModules(isFavoritesRoot)

Returns the grid modules.
Parameters:
isFavoritesRoot
Boolean indicate if the grid modules are for the favorites root.
Returns:
Array of grid modules.

getContentListModules()

Returns the content list modules.
Returns:
Array of content list modules.

getFeatureConfiguration()

Method should be overridden by the dijit that extends _LaunchBarPane to retrieve the correct feature configuration information.
Since:
2.0.3.3

loadContent(data)

Creates the favorites tree and favorites module and listens to events.
Parameters:
data

postCreate()


reset()

When reset, reload the favorites model.