Slider
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package 'Servoy Core') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
Servoy Core Slider Component. A component for selecting a value or range of values using a draggable handle.
This is a reference page; many components have detailed usage guides here.
Determines if slider movements are animated. Type: String
Specifies the data provider that holds the current slider value. Type:
Indicates whether the slider is enabled for user interaction. Type: Default Value: true
Defines the upper limit of the slider. Type: Long Default Value: 100
Defines the lower limit of the slider. Type: Long Default Value: 0
Sets the slider orientation as either horizontal or vertical. Type: String Default Value: "horizontal"
Configures the slider to highlight either the minimum or maximum side. Type: String Default Value: "min"
Determines the step interval between selectable slider values. Type: Long Default Value: 1
Called when the slider value changes.
Called when the slider is initialized.
Called repeatedly as the slider handle is dragged.
Called when the slider handle drag operation starts.
Called when the slider handle drag operation stops.
Controls the slider's visibility. Type: