From c3e7bfac2e6ed45c6b22f9d4f7758d90125e4b16 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Tue, 3 Apr 2007 13:50:13 +0000 Subject: [PATCH] Added custom layout / theme demo. svn changeset:1109/svn branch:trunk --- WebContent/WEB-INF/web.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 13d6344e40..724a0d4fc6 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -2,6 +2,19 @@ IT Mill Toolkit + + CustomLayoutDemo + com.itmill.toolkit.terminal.web.ApplicationServlet + + application + com.itmill.toolkit.demo.CustomLayoutDemo + + + + CustomLayoutDemo + /CustomLayoutDemo/* + + LayoutDemo com.itmill.toolkit.terminal.web.ApplicationServlet -- 2.39.5