Please enable JavaScript to view this site.

Process Designer

Navigation: Javascript API > User dialog functions > Notifications

jr_notify_success(string message, int timeoutInSeconds)

Scroll Prev Top Next More

This functions returns a success message.

Parameter

Type

Description

message

string

Content of the notification

timeoutInSeconds

int

Time until notification disappears (optional)

If the optional parameter is not passed, the notification disappears after five seconds. The automatic hide function can be disabled by passing the value 0.