Thursday, September 29, 2011

how to give a external link inot a samrtgwt portlet

hi ,
please tell me how to give a external link into a smartgwt
portlet....

i mean to say like in gwt we use this:


String link = "http://code.google.com/webtoolkit";
HTML html = new HTML("<a href=\"" + link + "\">GWT Website</a>");
RootPanel.get().add(html);

if I use this in smartgwt then link is appear in the protlet but when
i move the portelt from one column to other column then portlet is
disappeared ..............


somebody plz help me.........

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment