On http://docs.webix.com/desktop__form_tasks.html one of the examples call “form.save();”, but when I try to use this method, I’m getting an error “form.save is not a function”, which is true, there is no such Form Method.
So, how do I provide URL where to send the request, and what method to call to submit?
If JavaScript code for Button.Click is delivered via XML Element with CDATA (the most reliable way), then Webix does not recognize Button.Click via XML Element. http://webix.com/snippet/31a9aa3b
If JavaScript code for Button.Click is delivered via XML attribute (unreliable), then Webix does recognize Button.Click code, but I have to be careful with special characters in code, that can be treated as xml data.
Tried the generated code on “webix.com/snippet”, the code does not work, the entire form is not rendered: http://webix.com/snippet/7c69f375
If I remove “toolbar” node, including buttons, the code renders fine.
Tried the generated code on my local site with lates Webix codebase from 02.13.2014. The code works, but: