ThresholdSlider Events
● onAction
Event for clicking/double-clicking a colored bar.
OnAction only works for readOnly=false, because otherwise it would not be clear whether the value should be changed or whether the intention was actually to click on the ThresholdSlider.
Parameter Name |
Type |
Description |
ID |
STRING |
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |
● onChange
Event for changing the length of the colored bar.
OnChange does not make sense for readOnly=true since the user cannot use the slider.
Parameter Name |
Type |
Description |
ID |
STRING |
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |