Please enable JavaScript to view this site.

Process Designer

Navigation: Javascript API > User dialog functions > Dialog element functions > Properties > Change properties

jr_set_label2(string elementName, string label, string radioValue)

Scroll Prev Top Next More

This function sets the label that is positioned after the dialog element.

In case the element is a radio button, it is also necessary to fill the parameter radioValue with the value of the respective radio button (e.g. "1").  

Parameter

Type

Description

elementName

string

Name of dialog element

label2

string

New label

radioValue

string

Default value of radio buttons

Please note: This function is not available for dialog elements of the type PASSWORD.