Class ecm.widget.dialog.CreateHoldDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to create a hold on an IBM Content Manager OnDemand item.
Defined in: <ecm\widget\dialog\CreateHoldDialog.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
 
Clears the dialog box.
 
Creates the create hold dialog box.
 
show(repository, availableHolds, callback)
Shows the dialog box for creating a hold.
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.CreateHoldDialog()

Method Detail

clear()

Clears the dialog box.

postCreate()

Creates the create hold dialog box.

show(repository, availableHolds, callback)

Shows the dialog box for creating a hold.
Parameters:
repository
Repository on which to create a hold.
availableHolds
callback
Callback function that is called when a hold is created.