Skip to end of banner
Go to start of banner

lfDialogMessage (Power Scripts)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Displays a global message in a dialog box.

Parameters

Return Type

None

Example

The message will be displayed like in the image below.

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

If the messageClass is not specified an info message will be displayed as default 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.
.

See also

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels