Article Details
Id:18335
Product:finPOWER Connect Cloud
Type:NEW
Version:3.04.01.17
Opened:22/06/2021
Closed:08/07/2021
Released:31/08/2021
Job: J026817

HTML Widgets; New widget.UI.ShowNotification() method to display a popup notification

A new widget.UI.ShowNotification() method has been added. This will display a popup notification in both finPOWER Connect desktop and finPOWER Connect cloud. Note that the format of these notification will vary depending on whether the HTML Widget is being run from.

This method takes the following parameters:

  • type (String)
    • error, help, info, success, task, warning
  • message (String)
  • details (String)
  • title (String)
  • icon (String)

NOTE: In finPOWER Connect Cloud, the details are only visible when viewing the Notification from the Notifications menu and not when the Notification is first shown.