Mashup Builder > Widgets > Legacy Widgets > Vertical Slider Widget (Legacy)
Vertical Slider Widget (Legacy)
The Vertical Slider widget allows the input of numerical values using a slider control. When the user changes the position of the slider bar, an event is fired and the value is changed. You can set minimum and maximum values.
Properties
For information about common widget properties, see Widgets. Properties that are specific to the Vertical Slider widget are described in the table below.
Property Name
Description
Base Type
Default Value
Bindable? (Y/N)
Localizable? (Y/N)
Value
Value of the slider
NUMBER
0
Y
N
Minimum
Minimum acceptable value for the slider
NUMBER
0
Y
N
Maximum
Maximum acceptable value for the slider
NUMBER
100
Y
N
Step
Value for each step of the slider
NUMBER
1
Y
N
SliderHandle
Shape of the handle within the slider
STRING
Square
N
N
SliderBar
Line thickness of the slider bar
STRING
Thick
N
N
SteppingMode
If set to true, the slider moves the value of the Step property when the slider bar is clicked.
BOOLEAN
false
N
N
TrackingMode
If set to true, the slider generates events as it changes values.Use with caution.
BOOLEAN
false
N
N
DisplayMinMaxLabels
Displays the minimum and maximum values of the slider
BOOLEAN
true
N
N
DisplayValueLabel
Displays the value of the slider
BOOLEAN
true
N
N
Disabled
If this property is selected, the vertical slider widget is displayed in the mashup but the user cannot click it.
BOOLEAN
false
Y
N
ValueChanged
When the user changes the value of the slider, this event is fired.
n/a
n/a
N
N
Increment
If you bind data to this property, when the data increases at run time, the slider moves.
n/a
n/a
N
N
Decrement
If you bind data to this property, when the data decreases at run time, the slider moves.
n/a
n/a
N
N
Was this helpful?