How I can set value from GWT application to JavaScript variable defined in HTML file? This code seems doesn't work:
private static native void setMyValue(String myValue) /*-{
$wnd.variableName = myValue;
}-*/;
How I can set value from GWT application to JavaScript variable defined in HTML file? This code seems doesn't work:
private static native void setMyValue(String myValue) /*-{
$wnd.variableName = myValue;
}-*/;