showNotification
Updated pdexter 2022-10-22
Shows a notification message that displays in the top right corner of the page.
(client-side function)
Syntax
ft3.showNotification( message , status );
| Part | Description |
|---|---|
| message | text to display |
| status | mode/state of the notification |
| values: 'error', 'info', 'success', "warning', 'forbidden' |