Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Set the value and range

Set the slider's range:

<js:Slider minimum="0" maximum="25"/>

Set the slider's current value:

<js:Slider value="5"/>

...