Pascaldietz (Talk | contribs) (create Slider API Snapshot) |
Pascaldietz (Talk | contribs) (removed private properties) |
||
| Line 17: | Line 17: | ||
;''alias'' markerSize | ;''alias'' markerSize | ||
:Sets the width and height of the position marker. Default value is the size of the image used for the marker. | :Sets the width and height of the position marker. Default value is the size of the image used for the marker. | ||
| - | |||
| - | |||
| - | |||
=Signals= | =Signals= | ||
Contents |
Displays a slider which can be used as input element. The slider also has a progress bar.
-
Slider {
id: mySlider
min: 0
max: 100
value: 50
}