From: Matti Tahvonen Date: Wed, 7 May 2008 13:18:18 +0000 (+0000) Subject: fixed in #1399 X-Git-Tag: 6.7.0.beta1~4810 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d5e867897166f099be2654238caeced4935495d1;p=vaadin-framework.git fixed in #1399 svn changeset:4372/svn branch:trunk --- 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;