Class ecm.widget.dialog.WarningDialog


Extends ecm.widget.dialog.ErrorDialog.
Provides a dialog box that is used to display a warning message that was generated by a service request. This dialog can be connected to the onMessageAdded event of ecm.model.desktop to listen to response messages and automatically display a warning dialogs for warnings returned from requests to the server.
Defined in: <ecm\widget\dialog\WarningDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class ecm.widget.dialog.ErrorDialog:
alert, messageProductId, messageQueryUrl
Fields borrowed from class ecm.widget.dialog.BaseDialog:
fitContentArea, lockFullscreen

Method Summary

Method Attributes Method Name and Description
 
Methods borrowed from class ecm.widget.dialog.ErrorDialog:
buildRendering, constructor, hide, postCreate, postMixInProperties, show, showMessage, startup
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, clearMessage, clearSecondaryMessage, destroy, isMaximized, onDragOver, resize, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, showActionBar

Constructor Detail

ecm.widget.dialog.WarningDialog()

Since:
2.0.3.3

Method Detail

messageAddedHandler(message)

Parameters:
message