How to set title of an iframe generated by GWT

2013-05-30 Thread Arindam Das
Hi GWT compiles and put things inside an iframe. But if I want to set title of that iframe how to do that? The reason behind this is accessibility standard which demands a meaning title of an iframe. Thanks in advance. -- You received this message because you are subscribed to the Google

Re: How to set title of an iframe generated by GWT

2013-05-30 Thread Thomas Broyer
On Thursday, May 30, 2013 1:08:09 PM UTC+2, Arindam Das wrote: Hi GWT compiles and put things inside an iframe. But if I want to set title of that iframe how to do that? The reason behind this is accessibility standard which demands a meaning title of an iframe. I must say I don't

Re: How to set title of an iframe generated by GWT

2013-05-30 Thread David
Maybe he is not aware, that the IFrame he mentioned does not display any GUI, it just contains the javascript sources. The UI is not rendered in that IFrame but in the main window instead. David On Thu, May 30, 2013 at 1:37 PM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, May 30,