Class ecm.widget.PrintDocumentOptionsPane


Extends dijit.layout.ContentPane, dijit._TemplatedMixin, dijit._WidgetsInTemplateMixin, ecm.LoggerMixin.
Provides a widget that shows the content elements for a document (for P8) or file parts (for CM8).
Defined in: <ecm\widget\PrintDocumentOptionsPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
 
 
 
Resizes the widget
 
 
 
setItems(items)
Sets the list of documents to print, need to call this before show() items is a list of item objects for multi part/content element printing items is a list of objects in the format: { id: a unique identifier (eg: concatenate the item ID and the Index # item : the content item the content element/part belongs to contentType: the content type/mime type of the content element/part index: the content element number or part number to print }

Constructor Detail

ecm.widget.PrintDocumentOptionsPane()

Method Detail

getOptions()


getSelectedItems()


postCreate()


render()


resize()

Resizes the widget

saveDaejaSettings()


saveSettings()


setItems(items)

Sets the list of documents to print, need to call this before show() items is a list of item objects for multi part/content element printing items is a list of objects in the format: { id: a unique identifier (eg: concatenate the item ID and the Index # item : the content item the content element/part belongs to contentType: the content type/mime type of the content element/part index: the content element number or part number to print }
Parameters:
items