@@ -54,7 +54,13 @@
}
},
"errorStyle" : {
- "type" : "notice"
+ "node" : {
+ "height": "20px",
+ "line-height": "20px",
+ "margin-left": "20px",
+ "color": "red",
+ "word-break": "keep-all"
+ }
"selectorStyle" : {
"style" : "blue_flat_mobile",
@@ -264,7 +264,6 @@ MWF.xApplication.process.Xform.$Input = MWF.APP$Input = new Class({
this.form.errorNoticing = true;
this.form.notice(text, "error", this.node, null, null, {
onClose : function () {
- alert(1);
this.form.errorNoticing = false;
}.bind(this)
});