Class ecm.widget.dialog.ShowHyperlinkDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to display the hyperlink to a folder or the hyperlink to a specific version of a document.
Defined in: <ecm\widget\dialog\ShowHyperlinkDialog.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
 
Creates the show hyperlink (view link) dialog box.
 
show(callback)
Displays the show hyperlink (view link) dialog box.
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.ShowHyperlinkDialog()

Method Detail

postCreate()

Creates the show hyperlink (view link) dialog box.

show(callback)

Displays the show hyperlink (view link) dialog box.
Parameters:
callback
Callback function that is called when the dialog box is closed.