fires after a form input has passed validation successfully
$$("form1").attachEvent("onValidationSuccess", function(key,object){ webix.message("The value entered into the" + key + "input is correct") });