@Colin, I did not get your point how would you generate a GWT app inside: 

<div>
   <iframe>
     // GWT app
  </iframe>
</div>


Am Freitag, 8. Januar 2016 20:28:50 UTC+1 schrieb Colin Alworth:
>
> As long as both $wnd and $doc exist in the frame where you plan on 
> creating/rendering widgets, it shouldn't matter how you create or find the 
> iframe. This should only mean that your frame must be created when that 
> line of bootstrap code executes, either because you created it there, or 
> because you found it.
>
> On Fri, Jan 8, 2016 at 11:44 AM confile <michael....@googlemail.com 
> <javascript:>> wrote:
>
>> I could extend the CrossSiteIframeLinker and change: 
>>
>> L413:   out.print("var $wnd = $wnd || window.parent;"); 
>>
>> to 
>>
>>  out.print("var $wnd = $wnd ||  document.getElementById("myiframe");");
>>
>>
>> But what do you mean by "an iframe created during "bootstrap"? Where do 
>> I create the iframe?
>>
>>
>>
>>
>> Am Dienstag, 5. Januar 2016 18:40:28 UTC+1 schrieb Thomas Broyer:
>>
>>> Ideally, probably use a custom linker that makes it so that $wnd and 
>>> $doc point to an iframe created during "bootstrap" of the app.
>>> Or as I said before, don't use widgets.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/2bf5cdc5-9108-45ac-911b-44995474f518%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/2bf5cdc5-9108-45ac-911b-44995474f518%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/97684df6-7149-4068-841d-a2108991ce8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to