Class ecm.widget.dialog.SuspendWorkItemsDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to suspend work items in a Content Manager workflow.
Defined in: <ecm\widget\dialog\SuspendWorkItemsDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Displays a dialog to allow the user to suspend IBM Content Manager work items.

Field Summary

Field Attributes Field Name and Description
 
A callback function to be called after the items have been suspended.
 
items 
An array of ecm.model.WorkItem objects to be suspended.
 
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
 
 
show(callback)
Makes the dialog visible.
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, showActionBar

Constructor Detail

ecm.widget.dialog.SuspendWorkItemsDialog()

Displays a dialog to allow the user to suspend IBM Content Manager work items.

Field Detail

callback

A callback function to be called after the items have been suspended.

items

An array of ecm.model.WorkItem objects to be suspended.

repository

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

Method Detail

postCreate()


show(callback)

Makes the dialog visible.
Parameters:
callback
A callback is a function that is called when the dialog is closed.