From d5e867897166f099be2654238caeced4935495d1 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Wed, 7 May 2008 13:18:18 +0000 Subject: [PATCH] fixed in #1399 svn changeset:4372/svn branch:trunk --- .../toolkit/demo/featurebrowser/JavaScriptAPIExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/itmill/toolkit/demo/featurebrowser/JavaScriptAPIExample.java b/src/com/itmill/toolkit/demo/featurebrowser/JavaScriptAPIExample.java index a0ddce688b..42615d112a 100644 --- a/src/com/itmill/toolkit/demo/featurebrowser/JavaScriptAPIExample.java +++ b/src/com/itmill/toolkit/demo/featurebrowser/JavaScriptAPIExample.java @@ -21,7 +21,7 @@ import com.itmill.toolkit.ui.Button.ClickEvent; */ public class JavaScriptAPIExample extends CustomComponent { - public static final String txt = "(more examples will be added here as the APIs are made public)

javascript:itmill.forceSync();"; + public static final String txt = "

For advanced client side programmers Toolkit offers a simple method which can be used to force sync client with server. This may be needed for example if another part of a mashup changes things on server.

(more examples will be added here as the APIs are made public)

javascript:itmill.forceSync();"; private final OrderedLayout main; private final Label l; -- 2.39.5