My Design is broken when using the dhtmlxCombo

Hi,

I have a form that displays a line of form objects (Inputs, selects). I lay them out withing a single

and separate them with . WHen I use the following code on one of my form objects within the row:

It breaks the layout by showing the Combo object on the next line. When I view the source, I see:

<div class="dhx_combo_box " ... surrounding my form object so the
breaks the layout. Any way around this?

Don

I suggest you use a little bit different approach to solve this issue:
use dhtmlxForm with dhtmlxCombo attached to dhtmlxLayout cell

Seу my attached sample

P.S. If you need you can hide the header of the cell where you attach Form:

dhxLayout.cells('a').hideHeader();

layout_combo.rar (72.4 KB)