Class ecm.widget.dialog.ManageProcessRolesDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to modify P8 process role members.
Defined in: <ecm\widget\dialog\ManageProcessRolesDialog.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
 
 
Cleans up the widget
 
 
 
 
 
 
show(applicationSpace, callback, showApplicationSpaceName)
Shows the dialog.
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, buildRendering, clearMessage, clearSecondaryMessage, hide, isMaximized, onDragOver, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, showActionBar

Constructor Detail

ecm.widget.dialog.ManageProcessRolesDialog()

Since:
2.0.2

Method Detail

constructor(args)

Parameters:
args

destroy()

Cleans up the widget

onAddMembers()


onRemoveMembers()


onSave()


postCreate()


resize()


show(applicationSpace, callback, showApplicationSpaceName)

Shows the dialog.
Parameters:
applicationSpace
An ecm.model.ProcessApplicationSpace object.
callback
A callback function called when the manage roles have been saved.
showApplicationSpaceName
A boolean flag indicating whether to display the application space name in the dialog.