Class ecm.widget.layout.HomePane


Extends ecm.widget.layout._LaunchBarPane.
Provides a widget that contains the favorites and my checkouts pane.
Defined in: <ecm\widget\layout\HomePane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
Method should be overridden by the dijit that extends _LaunchBarPane to retrieve the correct feature configuration information.
<static>  
ecm.widget.layout.HomePane.HomePane.addTabPane(tabPaneClass, params, insertIndex)
This static method allows the HomePane to be extended with additional tabs.
 
Loads the content of this pane.
 
 
Resets the content of this pane.
 
Methods borrowed from class ecm.widget.layout._LaunchBarPane:
onEditItem, onOpenItem, openButtonFlyout, selectContentPane, setParams

Constructor Detail

ecm.widget.layout.HomePane()

Since:
2.0.3

Method Detail

focus()


getFeatureConfiguration()

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

<static> ecm.widget.layout.HomePane.HomePane.addTabPane(tabPaneClass, params, insertIndex)

This static method allows the HomePane to be extended with additional tabs.
Parameters:
tabPaneClass
The widget pane class to add to the HomePane tab container.
params
Object containing parameters to pass to the tab pane class when it's constructed. For example: { title: "My Tab", closable: false, iconClass: "myTab" }
insertIndex
Position in the "stack" to add the child widget.

loadContent()

Loads the content of this pane.

postCreate()


reset()

Resets the content of this pane.

resize()