Create window function

I need several windows, so I wrote a window creation function.

I want to create a function that creates a window by specifying the subview class.

https://snippet.webix.com/m0fo1irs

Thanks…

Good day, @woojin
It is advised to use this.ui() with Jet applications instead of webix.ui() , because components created this way are destroyed together with the related Jet view, which prevents memory leaks. You can find more information about this method here.
Also, you can read more about windows in Webix Jet here.
As for your need, you can use this snippet Code Snippet as an example.

Thank you so much for providing a perfect example.
^^;