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\ObjectValuesPane.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
Defined in: <ecm\widget\VersionsPane.js>.

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

Returns a reference to the content list displaying the version results
Defined in: <ecm\widget\VersionsPane.js>.
Returns:
{@link ecm.widget.listView.ContentList}

postCreate()


Defined in: <ecm\widget\VersionsPane.js>.

render()

Renders the pane
Defined in: <ecm\widget\VersionsPane.js>.

resize()


Defined in: <ecm\widget\VersionsPane.js>.

setItem(item)

Sets the item (folder or document) for which versions will be displayed.
Defined in: <ecm\widget\VersionsPane.js>.
Parameters:
item
The ecm.model.ContentItem corresponding to a folder or document.