How to use
Displaying a notification
Variables:
title: The title you want to give the notification (can be empty)
message: Notification message (html tags can be used)
time: Notification display time (value in milliseconds (ms))
type: Notification type
success (green)
info (blue)
error (red)
warning (yellow)
Fixed Notification
Allows you to leave a notification always fixed until it is turned off. Only a fixed notification.
Time variable:
on: Turn ON the notification
off: Turn OFF the notification
Last updated