Class ecm.widget.dialog.CheckoutDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to check documents in to a repository.
Defined in: <ecm\widget\dialog\CheckoutDialog.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(repository, checkOutInfo, callback, items)
Displays the Check out dialog for checking out a content item.
 
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.CheckoutDialog()

Method Detail

onBrowseDirectory()


onCancel()


onCheckout()


postCreate()


setUpSelectedItems(items)

Parameters:
items

show(repository, checkOutInfo, callback, items)

Displays the Check out dialog for checking out a content item.
Parameters:
repository
An object instance with content url and param
checkOutInfo
An object specifying info about the check out items
callback
A function that is called after the content item is checked in.
items

validate()