Responsive Form next to Template

I am trying to copy the responsive behavior displayed in this example:

http://docs.webix.com/samples/01_layout/11_responsive.html

I have modified the code in several ways, but still cannot get my left-most column to display at the correct size, then flow to the top of my form when the screen resizes.

This snippet is the closest I have come in several attempts. Can somebody spot what I am doing wrong? … or what I am missing?

http://webix.com/snippet/ed2754cb

The point is that the responsivity works only without the HTML-container.

In addition,align andresponsive:true properties are useless in the parent layout and alsoautoheight: true in theelementsConfig interrupts the responsivity:

http://webix.com/snippet/d249f78e