Please enable JavaScript to view this site.

Process Designer

Navigation: Javascript API > User dialog functions > Dialog actions

jr_set_window_title(string title)

Scroll Prev Top Next More

With this function the title of the dialog browser window can be changed.

Parameter

Type

Description

string

title

New title of browser window

The function does not return a value.

Example

jr_set_window_title("Auditing: Confirmation");

Result:

jr_set_window_title_example