Please enable JavaScript to view this site.

Process Designer

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

jr_set_label(string elementName, string label, string radioValue)

Scroll Prev Top Next More

This function sets the label that is positioned in front of 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

label

string

New label

radioValue

string

Default value of radio buttons

Please note: You have to use the name of the subtable view and not the name of the dialog element when an element of the type SUBTABLE_VIEW is accessed.