[Dojo-interest] TabContainer/ContentPane and IFrames

Damon Thomas welldamn at gmail.com
Sun Oct 15 08:10:10 MDT 2006


Thank you Rob. That worked well.

On 10/15/06, Robert Koberg <rob at koberg.com> wrote:
>
> Damon Thomas wrote:
> > I was trying to setup a simple tabcontainer with 2 tabs, each
> > ContentPane containing an iframe. The rendering appears to be broken in
> > this regard...there is only one tab that is displayed with the iframe
> > src displayed correctly under that one tab. In IE however, while there
> > is only one tab displayed, both iframe contents are displayed in the
> > same tab.
> >
> > Am I missing a property to get this to work correctly?
>
> I do this from code (and in .4 branch), but try:
>
> <div id="mainTabContainer" dojoType="TabContainer" doLayout="false"
>   selectedTab="tab1">
>     <iframe src="http://localhost:8080/TestHelloWorld" id="tab1"
> dojoType="ContentPane" label="Test"
>   refreshOnShow="true" cacheContent="false" style="display:
> none;border:0px; width:100%; height:100%"></iframe>
> ...
>
> That is, just use the iframe as the tab pane.
>
> best,
> -Rob
>
> >
> > <div id="mainTabContainer" dojoType="TabContainer" doLayout="false"
> > selectedTab="tab1">
> >   <div id="tab1" dojoType="ContentPane" label="Test"
> > refreshOnShow="true" cacheContent="false" style="display: none;">
> >    <iframe frameborder="0" width="100%" height="100%"
> > src="http://localhost:8080/TestHelloWorld">
> >   </div>
> >   <div id="tab2" dojoType="ContentPane" label="Test 2"
> > refreshOnShow="true" cacheContent="false" style="display: none;">
> >    <iframe frameborder="0" width="100%" height="100%"
> > src="http://localhost:8080/TestHelloWorld">
> >   </div>
> >  </div>
> >
>
> _______________________________________________
> Dojo FAQ: http://dojo.jot.com/FAQ
> Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
> Dojo-interest at dojotoolkit.org
> http://dojotoolkit.org/mailman/listinfo/dojo-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dojotoolkit.org/pipermail/dojo-interest/attachments/20061015/ba8518cd/attachment.html


More information about the Dojo-interest mailing list