Class ecm.widget.dialog.UnfileDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to remove a document or a folder from a folder.
Defined in: <ecm\widget\dialog\UnfileDialog.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, folder)
Shows the unfile dialog.
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.UnfileDialog()

Method Detail

postCreate()


show(item, folder)

Shows the unfile dialog.
Parameters:
item
An ecm.model.ContentItem object that represents the item that is to be unfiled.
folder
Can be null, an ecm.model.ContentItem object that represents the folder from which the item is to be unfiled. In the unfile dialog, all of the folders in which the item is filed in will be listed. If this argument is set, then the folder is selected by default.