Hi All,
Yesterday, I wrote a test page for add the gadget of "Google Friend
Connect" to my GWT page.
I create a new HTML object and set the gadget's script (got from
"Google Friend Connect" ) to this object.
This is the code summary:
----------------
HTML htmObj = new HTML("<!-- some script got from 'Google Friend
Connect'-->")
RootPanel.get().add(htmObj);
----------------
But this code only can run on Firefox. In other browsers (IE, Chrome,
etc.) the gadget is can not show correctly.
Do we need use other way to add a 3rd party gadgets to GWT page?
Thanks,
Xiongjia Le
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---