Class ecm.widget.listView.modules.DocInfo


Extends ecm.widget.listView.modules._Module.
This content list module provides the document info right pane. By default, when a row is selected for the 1st time, then the pane opens to show the document information with the 1st selected row's data (this can be turned off by setting the selectAutoOpen flag to false). After the 1st time, if the user keeps the pane open, then whenever the user selects a row, show the document information with the 1st selected row's data. If the user closes the pane, then disconnect from row selection events.
Defined in: <ecm\widget\listView\modules\DocInfo.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Render the system properties.
 
Automatically open document information view when user selects item in the content list.
 
Show the preview.
 
Show the system properties.

Method Summary

Method Attributes Method Name and Description
 
Override this to create a different properties display pane.
 
Destroy.
 
See GridX API documentation for details.
 
Creates the document information widget, adds it to the content list pane, & listens to events.
 
setItem(item)
Sets the item in the item properties pane.
 
setPaneWidth(width)
Set doc Info pane size
 
Set show preview on the item properties pane.

Constructor Detail

ecm.widget.listView.modules.DocInfo()

Field Detail

renderSystemProps

Render the system properties.

selectAutoOpen

Automatically open document information view when user selects item in the content list.

showPreview

Show the preview.

showSystemProps

Show the system properties.

Method Detail

createItemPropertiesDisplayPane()

Override this to create a different properties display pane.

destroy()

Destroy.

getAPIPath()

See GridX API documentation for details.

preload()

Creates the document information widget, adds it to the content list pane, & listens to events.

setItem(item)

Sets the item in the item properties pane.
Parameters:
item
Instance of ecm.model.Item.

setPaneWidth(width)

Set doc Info pane size
Parameters:
width
Since:
2.0.3

setShowPreview(bool)

Set show preview on the item properties pane.
Parameters:
bool
True to show the preview. False to not show the preview.