getCleanValues of ui.toolbar, 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 ui library and page of javascript toolbar product.