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