A mixin that provides functions for displaying messages and dialog popups to the user.
- Deprecated:
- Since 1.0.17 - use the NotificationService instead.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Methods
-
displayMessage(msg, postMessagePublish)
-
This function handles displaying popup messages.
Parameters:
Name Type Description msg
string The message to be displayed. postMessagePublish
object A publication to occur after the message has displayed, provided as a mixin to the payload. Properties
Name Type Description publishTopic
string The topic to publish publishPayload
string The payload to publish publishGlobal
string Whether to publish globally publishToParent
string Whether to publish to parent - Source:
Fires:
-
displayPrompt(msg)
-
This function handles displaying popup messages that require some acknowledgement.
Parameters:
Name Type Description msg
String The message to be displayed. - Source: