Hi,

i created an iframe as follows

IFrameElement iFrame = Document.get().createIFrameElement();
iFrame.appendChild(script);
iFrame.appendChild(scriptForSrc);
iFrame.setSrc(scriptForSrc.getSrc());
iFrame.setId("hello");
iFrame.setTabIndex(-1);
popUp.getElement().appendChild(iFrame);

But again could not show it in popuppanel.
Iframe is added to popuppanel but with nocontent.

Thanks

On Sun, Mar 13, 2011 at 4:14 AM, Thomas Broyer <[email protected]> wrote:

>
>
> On Saturday, March 12, 2011 11:38:54 PM UTC+1, Deepak Singh wrote:
>>
>> So any work around to get it done on popuppanel ?
>>
>
> Two ideas:
>
>    - load in an iframe in the popuppanel
>    - load in the HTML host page, in a hidden DIV, and then move the DIV
>    element within the popuppanel (do not use getInnerHTML/setInnerHTML as 
> event
>    handlers and other references on elements could be lost)
>
>  --
> 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.
>

-- 
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.

Reply via email to