getCleanValues of ui.form, Methods Webix Docs

StartAPI Referenceui.formMethods

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 html5 framework and page of form widget product.