From 11f10b827e92ed7c07d6584a181f7f1374e8109b Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Thu, 5 Jan 2017 17:38:33 +0200 Subject: Update layout chapter of the documentation for version 8 (#8154) The SplitPanel chapter still uses a Tree in its example. --- documentation/layout/layout-customlayout.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/layout/layout-customlayout.asciidoc') diff --git a/documentation/layout/layout-customlayout.asciidoc b/documentation/layout/layout-customlayout.asciidoc index f94d3be3ae..d10d6309fc 100644 --- a/documentation/layout/layout-customlayout.asciidoc +++ b/documentation/layout/layout-customlayout.asciidoc @@ -21,9 +21,9 @@ designed separately from code, for example using WYSIWYG web designer tools such as Adobe Dreamweaver. A template is a HTML file located under [filename]#layouts# folder under a theme -folder under the [filename]#WebContent/VAADIN/themes/# folder, for example, -[filename]#WebContent/VAADIN/themes/__themename/layouts/mylayout.html__#. -(Notice that the root path [filename]#WebContent/VAADIN/themes/# for themes is +folder under the [filename]#/VAADIN/themes/# folder, for example, +[filename]#/VAADIN/themes/__themename/layouts/mylayout.html__#. +(Notice that the root path [filename]#/VAADIN/themes/# for themes is fixed.) A template can also be provided dynamically from an [classname]#InputStream#, as explained below. A template includes [literal]#++
++# elements with a [parameter]#location# attribute that -- cgit v1.2.3