diff options
author | berndhopp <bernd@vaadin.com> | 2016-01-22 17:29:30 +0100 |
---|---|---|
committer | berndhopp <bernd@vaadin.com> | 2016-01-22 17:43:39 +0100 |
commit | 9ef382a5d33603932dd3adadcf36856d5b9622a4 (patch) | |
tree | 474a4fe3f6817f3810068a8546bffefe6e29f0ad /documentation/layout/layout-tabsheet.asciidoc | |
parent | d991fae7f20ec61584c0d086eb4ca751c6155726 (diff) | |
download | vaadin-framework-9ef382a5d33603932dd3adadcf36856d5b9622a4.tar.gz vaadin-framework-9ef382a5d33603932dd3adadcf36856d5b9622a4.zip |
added sampler links to layout components in documentaition
Change-Id: I736bfeb7e3d8bf10e08a6058768ea73ff83553bb
Diffstat (limited to 'documentation/layout/layout-tabsheet.asciidoc')
-rw-r--r-- | documentation/layout/layout-tabsheet.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/layout/layout-tabsheet.asciidoc b/documentation/layout/layout-tabsheet.asciidoc index 6fa324c4e7..38e6207f36 100644 --- a/documentation/layout/layout-tabsheet.asciidoc +++ b/documentation/layout/layout-tabsheet.asciidoc @@ -7,6 +7,11 @@ layout: page [[layout.tabsheet]] = [classname]#TabSheet# +ifdef::web[] +[.sampler] +image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/structure/tab-sheet"] +endif::web[] + The [classname]#TabSheet# is a multicomponent container that allows switching between the components with "tabs". The tabs are organized as a tab bar at the top of the tab sheet. Clicking on a tab opens its contained component in the |