Class ecm.widget.VersionsPane


Extends dijit.layout.ContentPane.
Provides a widget that is used to view the versions of an item.
Defined in: <ecm\widget\VersionsPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Destroys the control
 
Returns a reference to the content list displaying the version results
 
 
Renders the pane
 
 
setItem(item)
Sets the item (folder or document) for which versions will be displayed.

Constructor Detail

ecm.widget.VersionsPane()

Method Detail

destroy()

Destroys the control

{@link ecm.widget.listView.ContentList} getVersionResults()

Returns a reference to the content list displaying the version results
Returns:
{@link ecm.widget.listView.ContentList}

postCreate()


render()

Renders the pane

resize()


setItem(item)

Sets the item (folder or document) for which versions will be displayed.
Parameters:
item
The ecm.model.ContentItem corresponding to a folder or document.