getCleanValues of ui.toolbar, Methods Webix Docs

StartAPI Referenceui.toolbarMethods

returns object with original form values

object getCleanValues();

objectobject with original form values

Example

var original = $$("form").getCleanValues();
alert("Before edit name: "+original.name);

Back to top

If you have not checked yet, be sure to visit site of our main product Webix ui library and page of javascript toolbar product.