Please enable JavaScript to view this site.

Process Designer

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

jr_is_readonly(string elementName)

Scroll Prev Top Next More

This function checks if an element is set as read only.

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 note: This does not support the following dialog and subtable view elements: Checkbox, Radio and SqlCheckbox.