ScriptElement to be shown in popupPanel
Hi,
The src of an script return a form as UI and i want this UI to be shown in popup panel.
ScriptElement script = Document.get.createScriptElement();
script.set(.....)
PopupPanel popup = new popuppanel();
popup.getElement().appendChild(script);
popup.center();
This code does not work, instead the IE8 browser crashes executing this code.
The above code is executed on click of a link(Anchor).
Pls let me know how to get this working.
Thanks
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home