diff options
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 |