simonellistonball
04-24-2007, 11:30 AM
Firstly, apologies - I've only tested this in FF2.
I have the following as a tab.
<div id="location" class="tab-content">
<div>
<div id="inner1" class="panel">
<h4>Something</h4>
<div id="location-grid"/>
</div>
<div id="inner2" class="panel">
<h4>Something else</h4>
<div id="another-grid"/>
</div>
</div>
</div>
Once Ext has had its way with the tab, and rendered the grids, the html looks like this:
tab
|--inner1
|--<h4>Somthing</h4>
|--location grid stuff
|--inner2
|--<h4>Somthing else</h4>
|--another grid
However, if the divs are closed as follows: <div id="another"></div> then all works fine.
I have the following as a tab.
<div id="location" class="tab-content">
<div>
<div id="inner1" class="panel">
<h4>Something</h4>
<div id="location-grid"/>
</div>
<div id="inner2" class="panel">
<h4>Something else</h4>
<div id="another-grid"/>
</div>
</div>
</div>
Once Ext has had its way with the tab, and rendered the grids, the html looks like this:
tab
|--inner1
|--<h4>Somthing</h4>
|--location grid stuff
|--inner2
|--<h4>Somthing else</h4>
|--another grid
However, if the divs are closed as follows: <div id="another"></div> then all works fine.