evant
06-04-2007, 03:35 AM
Example page here:
http://www.bosweb.com.au/evan/test.html
The combo box is added correctly, however if you view the source in firebug, it ends up being:
<td id="ext-gen11">
<undefined id="ext-gen14" class="x-form-field-wrap" style="width: 166px;">
<input id="ext-gen13" class="x-form-text x-form-field" type="text" size="24" autocomplete="off"/>
<img id="ext-gen15" class="x-form-trigger x-form-arrow-trigger" src="http://extjs.com/s.gif"/>
</undefined>
</td>
This happens on both IE7 and FF2. Is there something whacky I'm doing or is this a bug?
http://www.bosweb.com.au/evan/test.html
The combo box is added correctly, however if you view the source in firebug, it ends up being:
<td id="ext-gen11">
<undefined id="ext-gen14" class="x-form-field-wrap" style="width: 166px;">
<input id="ext-gen13" class="x-form-text x-form-field" type="text" size="24" autocomplete="off"/>
<img id="ext-gen15" class="x-form-trigger x-form-arrow-trigger" src="http://extjs.com/s.gif"/>
</undefined>
</td>
This happens on both IE7 and FF2. Is there something whacky I'm doing or is this a bug?