Slider
(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.
Properties
animate
Determines if slider movements are animated. Type: String
dataProviderID
Specifies the data provider that holds the current slider value. Type: Dataprovider
enabled
Indicates whether the slider is enabled for user interaction. Type: Enabled Default Value: true
max
Defines the upper limit of the slider. Type: Long Default Value: 100
min
Defines the lower limit of the slider. Type: Long Default Value: 0
orientation
Sets the slider orientation as either horizontal or vertical. Type: String Default Value: "horizontal"
range
Configures the slider to highlight either the minimum or maximum side. Type: String Default Value: "min"
step
Determines the step interval between selectable slider values. Type: Long Default Value: 1
visible
Controls the slider's visibility. Type: Visible
Events
onChangeMethodID
Called when the slider value changes.
onCreateMethodID
Called when the slider is initialized.
onSlideMethodID
Called repeatedly as the slider handle is dragged.
onStartMethodID
Called when the slider handle drag operation starts.
onStopMethodID
Called when the slider handle drag operation stops.
Last updated
Was this helpful?