lfGlobalMessage
lfGlobalMessage
Description
Displays a global message.
Parameters
Return Type
None
Example
Use the following code to display a global error message.
lfGlobalMessage("This is a global message!", "ERROR", "BIG"); // where message = "This is a global message!" and messageClass = "ERROR" and messageSize = "BIG"
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
If the messageClass is not specified an info message will be displayed as default.
See also
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.