-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Paolo edited this page Sep 13, 2016
·
3 revisions
Welcome to the webnotifications wiki!
The package provides services for the display of notification messages. The first release of the Web Notifications package provide notifications based on the JQuery library Toastr.
#Toastr Read more about the Toastr notifications at https://github.com/CodeSeven/toastr.
var options = {
"closeButton": false,
"newestOnTop": false,
"positionClass": "toast-top-full-width",
"showDuration": "300",
"hideDuration": "1000",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
plugins.webnotificationsToastr.info("This is my first notification", "Hello Toastr", options);