<< Click to Display Table of Contents >>
eform.dialog_autoclose_at_itemclick
Sets whether to close the dialog when you select an item in the dialog.
Values
true |
Close dialog |
false |
Do not close dialog(The default value) |
Reference
If you set the parameter value to true, the [OK] button is not displayed in the dialog. And if you select an item of the dialog, the selected value is applied to the input component and the dialog is automatically closed.
This parameter applies only to ComboBox and RadioButton. However, to use this feature in the RadioButton, set the "Group Name" property of the RadioButton to the name of the RadioButtonGroup and set the "Enable Uncheck" and "Multi-Selectable" property of the RadioButtonGroup to false. And then set the eform.radiobutton_type parameter to dialog or dialog_at_prev_next.