Slider
The slider is a component that allows you to enter a numerical value within a range.
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Width | number | 222 | |
Height | number | 40 | |
X | number | ||
Y | number | ||
Color | string color picker | ||
Background Color | string color picker | ||
Input Color | string color picker | ||
Disabled | boolean | off | |
Read Only | boolean | off | |
Visibility | boolean | on | |
Min | number | 0 | |
Max | number | 100 | |
Step | number | 1 | |
Value Label | select | On | |
Helper Text | string | ||
Value | number | 50 | |
Error | - | ||
Change Event | select | NONE |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
ID | id | string | automatic | |
Width | width | number | 222 | |
Height | height | number | 40 | |
X | x | number | ||
Y | y | number | ||
Color | color | string | ||
Background Color | backgroundColor | string | ||
Input Color | inputColor | string | ||
Disabled | disabled | boolean | false | |
Read Only | readOnly | boolean | false | |
Visibility | visibility | boolean | true | |
Min | min | number | 0 | |
Max | max | number | 100 | |
Step | step | number | 1 | |
Value Label | valueLabel | string | on | |
Helper Text | helperText | string | ||
Value | value | number | 50 | |
Error | error | boolean | false |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made. |