From 18b9c7ac3e4435a8c1cc9cb63e60340700425d54 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Tue, 3 Apr 2007 13:50:34 +0000 Subject: [PATCH] Added custom layout / theme demo. svn changeset:1110/svn branch:trunk --- WebContent/index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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

-- 2.39.5