From 4a4d05b0354829df86c4f106868d421dca349b34 Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Mon, 25 Jul 2016 00:00:36 +0300 Subject: Rescaled images in layout chapter. Various small formatting fixes. Updated history and other matters in introduction. Change-Id: I0d5e76f7fb07f967dd04941a23e79dfb30049731 --- documentation/layout/layout-customlayout.asciidoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'documentation/layout/layout-customlayout.asciidoc') diff --git a/documentation/layout/layout-customlayout.asciidoc b/documentation/layout/layout-customlayout.asciidoc index cbf430b921..f94d3be3ae 100644 --- a/documentation/layout/layout-customlayout.asciidoc +++ b/documentation/layout/layout-customlayout.asciidoc @@ -67,7 +67,7 @@ CustomLayout content = new CustomLayout("layoutname"); content.setSizeUndefined(); loginPanel.setContent(content); loginPanel.setSizeUndefined(); - + // No captions for fields is they are provided in the template content.addComponent(new TextField(), "username"); content.addComponent(new TextField(), "password"); @@ -78,7 +78,7 @@ The resulting layout is shown below in <>. [[figure.layout.customlayout]] .Example of a Custom Layout Component -image::img/customlayout-example1.png[] +image::img/customlayout-example1.png[width=40%, scaledwidth=70%] You can use [methodname]#addComponent()# also to replace an existing component in the location given in the second parameter. @@ -100,6 +100,3 @@ or ---- new CustomLayout(new FileInputStream(file)); ---- - - - -- cgit v1.2.3