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

Sebastian Reitenbach developer@opengroupware.org
Sun, 18 Feb 2007 20:02:56 +0100


Hi,

I try to add a second tab including an <iframe> tag to the OGoGroupsPage.wox,
therefore I 
thought it would just work as in the ChatUI. I just added a second tabitem like
this:


    <tabitem key="overview" label="overview">
    <table border="0" cellspacing="0" cellpadding="4" width="100%">
      <tr var:bgcolor="config.colors_mainButtonRow">
        <td align="left">
          <iframe src="/index.html" frameborder="1"
                  width="100%" height="500" scrolling="yes" />
        </td>
      </tr>
    </table>
    </tabitem>

I can see the second tab, but when I open it, it is empty, no iframe in it.


iframes within tabs are generally working within html/wod templates, following
this 
advice:
http://docs.opengroupware.org/Members/helge/WebUI/personexttab/view?searchterm=iframe


so I am wondering, what my problem with the *wox template could be.

kind regards
Sebastian