Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

gwt-gadgets: ViewFeature.getParams() does not work #464

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
gwt-gadgets 1.2.0

Detailed description:
After setting view parameters via $wnd.gadgets.views.requestNavigateTo(view, 
params);
requesting the parameters via ViewFeature.getParams() throws a JavaScript error.

Workaround if you have one:
final native Params getParams() /*-{
    return $wnd.gadgets.views.getParams();
}-*/;

Original issue reported on code.google.com by cainw...@gmail.com on 2 May 2011 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 28 Oct 2011 at 4:47