Class ecm.widget.dialog.PrintServiceDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box used to print one or more documents using the Daeja Viewone service.
Defined in: <ecm\widget\dialog\PrintServiceDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class ecm.widget.dialog.BaseDialog:
expandable, fitContentArea, lockFullscreen

Method Summary

Method Attributes Method Name and Description
 
 
 
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 }
 
setPartNumber(partNumber)
 
show()
Show the current dialog
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, buildRendering, clearMessage, clearSecondaryMessage, destroy, hide, isMaximized, onDragOver, setExpandable, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, showActionBar

Constructor Detail

ecm.widget.dialog.PrintServiceDialog()

Method Detail

postCreate()


resize()


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

setPartNumber(partNumber)

Parameters:
partNumber

show()

Show the current dialog