[OGo-Developer] how include an <iframe > tag in a tab in a .wox template?
Sebastian Reitenbach
developer@opengroupware.org
Mon, 19 Feb 2007 07:21:56 +0100
Hi Helge,
developer@opengroupware.org wrote:
> On Feb 18, 2007, at 20:02, Sebastian Reitenbach wrote:
> > <iframe src="/index.html" frameborder="1"
> > width="100%" height="500" scrolling="yes" />
>
> I think this should work just fine, but try adding a space inside the
> tag:
>
> <iframe ...> </iframe>
>
> At least this is required for <script> </script>.
>
I'll try later in the evening.
> Having say that your example misses namespaces? Possibly you need to
> put iframe into the HTML namespace?
> <html:iframe xmlns:html="..." ...> </html:iframe>
in the header of the OGoGroupsPage.wox is a line like this:
xmlns:html="http://www.w3.org/1999/xhtml"
I thought that's all I need, at least it is working in the OGoChatPage.wox.
Nevertheless,
I'll try to find out in the evening.
Sebastian