[OGo-Developer] how include an <iframe > tag in a tab in a .wox template?

Sebastian Reitenbach developer@opengroupware.org
Mon, 19 Feb 2007 07:33:40 +0100


Hi,

> 
> > Having say that your example misses namespaces? Possibly you need to  
> > put iframe into the HTML namespace?
> >    <html:iframe xmlns:html="..." ...> </html:iframe>

I changed the template to the following:
    <tabitem key="overview" label="overview">

          <html:iframe src="/index.html" frameborder="1"
                  width="100%" height="500" scrolling="yes" > </html:iframe>

    </tabitem>
and now I have the iframe in the WebUI.

thanks a lot, it's working now.

Sebastian