Please enable JavaScript to view this site.

Process Designer

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

jr_show(string elementName)

Scroll Prev Top Next More

This function displays a hidden dialog element.

In case this element is a radio button, an underscore and the assigned value (default value) has to be added to the name of the element. For a radio button action and the selection Yes (default value: ) 1) the name is action_1.

 The function will be applied to all elements of an array, if the array is passed as elementName.

Parameter

Type

Description

elementName

string | array

Name of dialog element

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.