Class ecm.widget.dialog.StartWorkflowDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to start documents or folders on a Content Manager document routing workflow.
Defined in: <ecm\widget\dialog\StartWorkflowDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Displays a dialog to allow the user to start IBM Content Manager workflows.

Field Summary

Field Attributes Field Name and Description
 
A callback function to be called after the items have been started on a workflow.
 
items 
An array of ecm.model.WorkItem objects to be started on a workflow.
 
A ecm.model.Repository object that the items reside in.
 
A text string holding the name of the workflow to default the selection to
 
A boolean setting that renders the workflow name selection control in readonly mode.
Fields borrowed from class ecm.widget.dialog.BaseDialog:
expandable, 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, hide, isMaximized, onDragOver, resize, setExpandable, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, showActionBar

Constructor Detail

ecm.widget.dialog.StartWorkflowDialog()

Displays a dialog to allow the user to start IBM Content Manager workflows.

Field Detail

callback

A callback function to be called after the items have been started on a workflow.

items

An array of ecm.model.WorkItem objects to be started on a workflow.

repository

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

workflowName

A text string holding the name of the workflow to default the selection to

workflowReadOnly

A boolean setting that renders the workflow name selection control in readonly mode.

Method Detail

destroy()


postCreate()


show(callback)

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