Module: alfresco/core/NotificationUtils

alfresco/core/NotificationUtils

A mixin that provides functions for displaying messages and dialog popups to the user.
Deprecated:
Author:
  • Dave Draper
License:
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: