new webix.ui.form(..)

Hi,

Is the following possible?

http://webix.com/snippet/42498d44

Thanks,

Erik

You can define form configuration without creating a form object and reuse it later

http://webix.com/snippet/bbf105a1

There is a way to attach the already created view as well, but it is more clunky and not recommended in a common case

http://webix.com/snippet/8064a0dd

Hi maksim,
Thanks for the quick reply!
One more question. Is there a possibility to use a different “window system”.
http://jmsgbox.com/ offers more possibilities regarding sizing, close/maximize buttons…
then the current webix ui.window…or are these possibilities foreseen in one of the next releases…

Erik

Sure, you can use other libraries, if you want to show an arbitrary html content in the popup.
Also, check message API, that covers some of jmsgbox functionality

http://docs.webix.com/desktop__message_boxes.html