getCleanValues of ui.form, Methods Webix Docs
returns object with original form values
object getCleanValues();
| object | object with original form values |
Example
var original = $$("form").getCleanValues();
alert("Before edit name: "+original.name);
If you have not checked yet, be sure to visit site of our main product Webix html5 framework and page of form widget product.