Class ecm.widget.dialog.WorkflowSubscriptionsDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to view workflow subscriptions.
Defined in: <ecm\widget\dialog\WorkflowSubscriptionsDialog.js>.

Constructor Summary

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

Method Summary

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

Constructor Detail

ecm.widget.dialog.WorkflowSubscriptionsDialog()

Method Detail

destroy()


postCreate()


show(item, subscriptions, callback)

Shows the dialog.
Parameters:
item
An ecm.model.ContentItem object that has workflow subscriptions associated.
subscriptions
Can be null, the list of subscriptions from which the item is to be launched. The subscriptions dialog will list all of the subscriptions that the item is associated with.
callback
A callback function called when a subscription has been selected. Passes a ecm.model.ContentItem for the current item that is being launched with a subscription and a ecm.model.ContentItem that represents the selected subscription.