summaryrefslogtreecommitdiffstats
path: root/documentation/components/components-nativeselect.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-nativeselect.asciidoc
parent7c4ac1f8e01b63a9b48e2dc87ae8a8051dfcd761 (diff)
downloadvaadin-framework-documentation-7.6.tar.gz
vaadin-framework-documentation-7.6.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-nativeselect.asciidoc')
-rw-r--r--documentation/components/components-nativeselect.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/components/components-nativeselect.asciidoc b/documentation/components/components-nativeselect.asciidoc
index f27c797eb9..2b0bea66f7 100644
--- a/documentation/components/components-nativeselect.asciidoc
+++ b/documentation/components/components-nativeselect.asciidoc
@@ -7,6 +7,11 @@ layout: page
[[components.nativeselect]]
= [classname]#NativeSelect#
+ifdef::web[]
+[.sampler]
+image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/data-input/multiple-value/drop-down-menu]
+endif::web[]
+
[classname]#NativeSelect# is a drop-down selection component implemented with
the native selection input of web browsers, using the HTML
[literal]#++<select>++# element.