Please enable JavaScript to view this site.

Process Designer

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

jr_is_visible(string elementName)

Scroll Prev Top Next More

This function checks if an input field is displayed or hidden. For the check only the display properties are considered, not if the element is in the visible window area.

Parameter

Type

Description

elementName

string

Name of dialog element

This function returns a boolean value (true or false).

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.

Please not: When accessing radio buttons you have to specify the value of the option, so that the button can be distinguished from others in the group (e.g for element radio_element_name with value 2 use jr_is_visible('radio_element_name_2'))

As of version 4.3.16, the function considers the visibility of the parent elements. If at least one of them is not visible, the function returns false.