From: Jani Laakso Date: Tue, 3 Apr 2007 13:50:34 +0000 (+0000) Subject: Added custom layout / theme demo. X-Git-Tag: 6.7.0.beta1~6484 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=18b9c7ac3e4435a8c1cc9cb63e60340700425d54;p=vaadin-framework.git Added custom layout / theme demo. svn changeset:1110/svn branch:trunk --- diff --git a/WebContent/index.html b/WebContent/index.html index f1a5098e3d..4d3453bb21 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -86,7 +86,7 @@ This example demonstrates layouts for Tookit application.

- Demonstrates: how to create + Demonstrates: how to use com.itmill.toolkit.ui.OrderedLayout, com.itmill.toolkit.ui.GridLayout, com.itmill.toolkit.ui.Panel and @@ -95,6 +95,21 @@ +

+

CustomLayoutDemo

+
+

+ This example demonstrates how web designer may create multiple + html pages and how Toolkit UI components are attached to these + html pages using custom layout functionality. +

+

+ Demonstrates: how to create + com.itmill.toolkit.ui.CustomLayout +

+
+
+

QueryContainerDemo