Class ecm.widget.dialog.AboutDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that displays information about the application such as version information.
Defined in: <ecm\widget\dialog\AboutDialog.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.
 
 
 
hide()
Hides the dialog.
 
Closes the dialog.
 
Called when the user hits the ok/save button.
 
 
setItem(item)
Set the item for the dialog to use.
 
setMode(mode)
Set the mode.
 
show()
Shows the dialog.
 
showPluginTab(plugins)
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, buildRendering, clearMessage, clearSecondaryMessage, isMaximized, onDragOver, resize, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, showActionBar

Constructor Detail

ecm.widget.dialog.AboutDialog()

Method Detail

cleanup()

Cleans up.
Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.

constructor()


Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.

destroy()


hide()

Hides the dialog.
Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.

onCancel()

Closes the dialog.
Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.

onSave()

Called when the user hits the ok/save button. If add, then creates the favorite item. If rename, then updates the favorite.
Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.

postCreate()


Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.

setItem(item)

Set the item for the dialog to use.
Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.
Parameters:
item
Instance of ecm.model.Item.

setMode(mode)

Set the mode.
Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.
Parameters:
mode
String with value "add" or "rename".

show()

Shows the dialog.
Defined in: <ecm\widget\dialog\AddToFavoritesDialog.js>.

showPluginTab(plugins)

Parameters:
plugins