Skip to content

Notification System

Daniel Garcia Briseno edited this page Apr 25, 2024 · 1 revision

Notification System

image of notifications that appear on helioviewer.org

About

The notification system on Helioviewer.org is used to notify users about events that have occurred during use of the application. Examples are notifying the user when a screenshot or movie is generated. Another example is when a user visits helioviewer.org for the first time, a notification appears asking them if they would like to start the interactive tutorial.

Details

The plugin jGrowl is to display notifications

API

jGrowl is wrapped with a Message Console interface which can be used to display messages. An instance of this interface exists at helioviewer.messageConsole which can be accessed anywhere in the application. See the Message Console Class for more details.

Clone this wiki locally