summaryrefslogtreecommitdiffstats
path: root/documentation/components/components-slider.asciidoc
diff options
context:
space:
mode:
authorberndhopp <bernd@vaadin.com>2016-01-13 14:06:47 +0100
committerberndhopp <bernd@vaadin.com>2016-01-15 13:19:13 +0100
commitb5a21d22b89c1e0f798c05311a5a5718ee6feff9 (patch)
treeacb7063bb5b99dc99df6998dcc94817d11097b74 /documentation/components/components-slider.asciidoc
parent7c4ac1f8e01b63a9b48e2dc87ae8a8051dfcd761 (diff)
downloadvaadin-framework-b5a21d22b89c1e0f798c05311a5a5718ee6feff9.tar.gz
vaadin-framework-b5a21d22b89c1e0f798c05311a5a5718ee6feff9.zip
added links to sampler for UI-components (#19464)documentation-7.6
this commit adds hyperlinks to the sampler for UI-components where appropriate Change-Id: I6a67664d640926103c00bb2377e9be69c098b6c5
Diffstat (limited to 'documentation/components/components-slider.asciidoc')
-rw-r--r--documentation/components/components-slider.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/components/components-slider.asciidoc b/documentation/components/components-slider.asciidoc
index cc0198baa5..a2c99f4b5c 100644
--- a/documentation/components/components-slider.asciidoc
+++ b/documentation/components/components-slider.asciidoc
@@ -7,6 +7,11 @@ layout: page
[[components.slider]]
= [classname]#Slider#
+ifdef::web[]
+[.sampler]
+image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/data-input/other/slider]
+endif::web[]
+
The [classname]#Slider# is a vertical or horizontal bar that allows setting a
numeric value within a defined range by dragging a bar handle with the mouse.
The value is shown when dragging the handle.