The Notification Box Object
TNotificationBox.showModal('Notification Box Sample', 'This is the notification body');

Notification box is a shared object that you may use to show a notification text to the user.

Notification Box Methods and Properties
Method/Property Description
hide Hides the notification box object. Form:

hide()

setMessage Sets notification text. Form:

setMessage(message)

showModal Shows the notification box object. Form:

showModal(title, message)

Where:
  • title is the notification box title.
  • message is the notification text.