I can successfully use setForm() on a property view, but doing the same thing on a form is not working. Is there some special initialization not documented on the page? I am initializing the components with Javascript. There are no errors in the console.
Using the code from the documentation, I have produced the following snippet: http://webix.com/snippet/0ac3412c
I don’t know what I am doing wrong, because it tells me “set_form” is not defined. I hoped I could replicate the problem there.