Jump to content

Slider (computing): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
→‎top: typo
 
(39 intermediate revisions by 36 users not shown)
Line 1: Line 1:
{{Short description|Graphical control element}}
<!-- Commented out because image was deleted: [[Image:Slider widget.png|thumb|right|{{deletable image-caption}}]] -->
[[Image:Slider (computing) example.PNG|thumb|upright=1.2|An example of a slider widget with values 0 through 9, currently set to 3]]
[[Image:Sliders.png|thumb|Two sliders in Mac OS X]]
A '''slider''' or '''track bar''' is a [[graphical control element]] with which a user may set a value by moving an indicator, usually horizontally. In some cases user may also click on a point on the slider to change the setting. It is different from a [[scrollbar]] in that it is not continuous but used to adjust a value without changing the format of the display or the other information on the screen.


Its most popular use is for viewing and jumping to a playback position in [[media player software]].
A '''slider''' is a graphical [[widget (computing)|widget]] in a [[GUI]] with which a user may set a value by moving an indicator, usually in a horizontal fashion. In some cases the user may also click on a point on the slider to change the setting. It is different from a [[Scrollbar]] in that it is typically used to adjust a value without changing the format of the display or the other information on the screen.


== External links ==
== Usage with progress bars ==
Sliders are also combined with [[progress bar]]s in the playback of [[streaming media]] over a network connection (e.g., YouTube videos) in order to show the content buffering position versus the playback position. This is done by superimposing a colored shaded area (progress bar) on top of the slider, indicating whether the user can "jump" forward or not.
*[http://developer.yahoo.com/yui/examples/slider/index.html Yahoo! UI Library]
*[http://ajax.asp.net/ajaxtoolkit/Slider/Slider.aspx ASP.NET AJAX Control Toolkit]
*[http://wiki.script.aculo.us/scriptaculous/show/SliderDemo script.aculo.us wiki]


== External links ==
* [http://developer.yahoo.com/yui/examples/slider/index.html Yahoo! UI Library]
* [https://web.archive.org/web/20070503124527/http://ajax.asp.net/ajaxtoolkit/Slider/Slider.aspx ASP.NET AJAX Control Toolkit]
* [https://web.archive.org/web/20070502220553/http://wiki.script.aculo.us/scriptaculous/show/SliderDemo script.aculo.us wiki]


{{Graphical control elements}}


[[Category:Graphical control elements]]
{{Elements of user interfaces}}


[[Category:Widgets]]


{{GUI-stub}}
[[de:Bildlauf]]
[[ja:スクロールバー]]
[[pl:Pasek przesuwania]]
[[pt:Barra de rolagem]]

Latest revision as of 17:28, 26 February 2024

An example of a slider widget with values 0 through 9, currently set to 3

A slider or track bar is a graphical control element with which a user may set a value by moving an indicator, usually horizontally. In some cases user may also click on a point on the slider to change the setting. It is different from a scrollbar in that it is not continuous but used to adjust a value without changing the format of the display or the other information on the screen.

Its most popular use is for viewing and jumping to a playback position in media player software.

Usage with progress bars[edit]

Sliders are also combined with progress bars in the playback of streaming media over a network connection (e.g., YouTube videos) in order to show the content buffering position versus the playback position. This is done by superimposing a colored shaded area (progress bar) on top of the slider, indicating whether the user can "jump" forward or not.

External links[edit]