Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterTypeRequiredDescription
messageStringYesMessage to display
messageClassStringYesNoMessage type

 
The messageClass parameter can be:

  • ERROR: will display an error message
  • WARNING: will display a warning message
  • SUCCESS: will display a success message
  • INFO: will display an info message
  • HINT: will display a hint message.
Note

If the messageClass is not specified an info message will be displayed as default.


Example

Use the following code to display a global error message.

...