<< Click to Display Table of Contents >>
multiscreen.onvaluechanged_callrule_json
Sets when the OnValueChanged event of the input component is called.
Reference
Set the parameter values in the following format:
{"ComponentType1":"OnValueChangedType1","ComponentType2":"OnValueChangedType2",...,"ComponentTypen":"OnValueChangedTypen"}.
Rules for setting ComponentType
•The component types that support this feature are ComboBox, DateTimePicker, RadioButton, NumericUpDown, SignPad, TextBox, and ToggleButton.
•This parameter applies for RadioButton when the multiscreen.radiobutton_type parameter value is "dialog", and it applies for ToggleButton when the multiscreen.togglebutton_type parameter value is "dialog".
•To apply the same OnValueChangedType to all ComponentType, set ComponentType to "all".
Rules for setting OnValueChangedType
•OnValueChangedType can be set to "changed" or "endinput". If it is set to "changed", then it is called whenever the input value is changed. If it is set to "endinput", then it is called only once when the the input value is changed at the time input is completed.
•If no value is set, then "endinput" is applied.
•This parameter has priority over updatenow=true in the multiscreen.extraparam parameter.