Render Window Inside a DIV

I’m trying to figure out how to render a window or popup inside a specific div

in this snippet i define a div inside a template and attempt to render a window inside that div. Unfortunately it appears the div is ignored

https://snippet.webix.com/t1nm2ydc

Thanks in advance.

Hello,

I want to admit that popup and window appears over the layout.
There is no way to add the window inside div. But you can create popup in a concrete place in the layout like .show(document.getElementById("div_id"))
Please check the sample: Code Snippet

This helps - thank you