From 1b54f5aafa00059748f3d3b69334922c5dcc0766 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Mon, 26 Nov 2007 09:40:26 +0000 Subject: [PATCH] Langugage fix, bringing this to official demos. svn changeset:2944/svn branch:trunk --- .../itmill/toolkit/tests/TestForMultipleStyleNames.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java b/src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java index 671ae05c11..232cefc381 100644 --- a/src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java +++ b/src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java @@ -13,6 +13,9 @@ import com.itmill.toolkit.ui.OrderedLayout; import com.itmill.toolkit.ui.TwinColSelect; /** + * TODO: Note you need to add Theme under WebContent/ITMILL/Themes/mytheme in + * order to see actual visible results on the browser. Currently changes are + * visible only by inspecting DOM. * * @author IT Mill Ltd. */ @@ -36,6 +39,11 @@ public class TestForMultipleStyleNames extends CustomComponent implements main.removeAllComponents(); main.addComponent(new Label( "TK5 supports multiple stylenames for components.")); + main.addComponent(new Label("Note you need to add Theme under" + + " WebContent/ITMILL/Themes/mytheme" + + " in order to see actual visible results" + + " on the browser. Currently changes are" + + " visible only by inspecting DOM.")); styleNames2 = new ArrayList(); -- 2.39.5