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-panel.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-panel.asciidoc')
-rw-r--r-- | documentation/layout/layout-panel.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/layout/layout-panel.asciidoc b/documentation/layout/layout-panel.asciidoc index 8d7f3d6f06..5fcac7f384 100644 --- a/documentation/layout/layout-panel.asciidoc +++ b/documentation/layout/layout-panel.asciidoc @@ -7,6 +7,11 @@ layout: page [[layout.panel]] = [classname]#Panel# +ifdef::web[] +[.sampler] +image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/structure/panel"] +endif::web[] + [classname]#Panel# is a single-component container with a frame around the content. It has an optional caption and an icon which are handled by the panel itself, not its containing layout. The panel itself does not manage the caption |