Form layout problem

When I put together a form using almost exactly the same code as this snippet
(http://webix.com/snippet/83ae14be), I get divs with height = 2px and 4xp, etc., as displayed in this snippet (http://webix.com/snippet/782e133e).

This seems to only happen when I use an empty DIV as my container (http://webix.com/snippet/1c93d45d).

I want to use that target div to aid in placing the form on my existing PHP page.

How do I do this without all the elements shrinking almost nothing?

It’s the expected behavior without any specified height. At least you need to set size for the container, or form, or for the both templates.

So, is there any way I can get the container to fully expand … and push the boundaries of its container? I was hoping the form would fill the page, not present inside a scrolling container?