Class ecm.widget.dialog.ProcessInformationDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to view workflow information of a CM content item.
Defined in: <ecm\widget\dialog\ProcessInformationDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
A callback function to be called after the dialog has been closed.
 
items 
An array of ecm.model.WorkItem objects to be displayed in the process information list.
 
A ecm.model.Repository object that the items reside in.
Fields borrowed from class ecm.widget.dialog.BaseDialog:
fitContentArea, lockFullscreen

Method Summary

Method Attributes Method Name and Description
 
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, buildRendering, clearMessage, clearSecondaryMessage, destroy, hide, isMaximized, onDragOver, resize, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, show, showActionBar

Constructor Detail

ecm.widget.dialog.ProcessInformationDialog()

Since:
2.0.2

Field Detail

callback

A callback function to be called after the dialog has been closed.

items

An array of ecm.model.WorkItem objects to be displayed in the process information list.

repository

A ecm.model.Repository object that the items reside in.

Method Detail

postCreate()