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-customlayout.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-customlayout.asciidoc')
-rw-r--r-- | documentation/layout/layout-customlayout.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/layout/layout-customlayout.asciidoc b/documentation/layout/layout-customlayout.asciidoc index e5acff75d1..cbf430b921 100644 --- a/documentation/layout/layout-customlayout.asciidoc +++ b/documentation/layout/layout-customlayout.asciidoc @@ -7,6 +7,11 @@ layout: page [[layout.customlayout]] = Custom Layouts +ifdef::web[] +[.sampler] +image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/layout/custom-layout"] +endif::web[] + While it is possible to create almost any typical layout with the standard layout components, it is sometimes best to separate the layout completely from code. With the [classname]#CustomLayout# component, you can write your layout as |