Last page update: November 15, 2011
Slider is a scale with a handle you can move to select a value. You can choose between the horizontalSlider and the verticalSlider.
slider attributes:
- width: (horizontalSlider) MANDATORY - define the width of your horizontalSlider
- height: (verticalSlider) MANDATORY - define the height of your verticalSlider
- intermediateChanges: (Boolean) If True, it allows to changes value of slider during slider move
- maximum: Add the maximum value of the slider. Default value is 100
- minimum: Add the minimum value of the slider. Default value is 0