Form Boder

http://webix.com/snippet/fb52f329

How to set a border around this Form ?
I don’t want to use container’s property.

Thanks

You are attaching the form directly to the document.body, so the form takes the same size as the document.

As alternative you can use window - http://webix.com/snippet/13e6e2f5
Or center the form with layouts - http://webix.com/snippet/19a2fd21