Versions Compared

Key

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

...

  • 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.

Example

Code Block
lfDialogMessage("This is a dialog message!", "WARNING");// where message = "This is a dialog message!" and messageClass = "WARNING"

...