Info |
---|
|
This routine is available since starting with JJUPIN - Power Scripts 2.5
- katl-commons 2.5
|
Syntax
lfDialogMessage(message, messageClass);
Description
Excerpt |
---|
Displays a global message in a dialog box. |
Parameters
Parameter | Type | Required | Description |
---|
message | String | Yes | The message to display. |
messageClass | String | YesNo | The message 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
Code Block |
---|
lfDialogMessage("This is a dialog message!", "WARNING");// where message = "This is a dialog message!" and messageClass = "WARNING" |
The message will be displayed like in the image below.
Image RemovedImage Added
See
...
also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 35 |
---|
showSpace | false |
---|
sort | title |
---|
cql | label = "live_fieldslf_routines" |
---|
labels | jira_comment_routine |
---|
|