Roo/bootstrap/form/HtmlEditor.js
[roojs1] / roojs-bootstrap-debug.js
index 79bbb0e..f74ec9f 100644 (file)
@@ -13657,9 +13657,7 @@ Roo.extend(Roo.bootstrap.form.TextArea, Roo.bootstrap.form.Input,  {
             this.el.select('.form-control-feedback', true).first().removeClass([this.invalidFeedbackClass, this.validFeedbackClass]);
         }
 
-        Roo.log('ALLOW BLANK');
-        Roo.log(this.allowBlank);
-        if(this.disabled || this.allowBlank){
+        if(this.disabled){
             return;
         }
         
@@ -32806,6 +32804,8 @@ Roo.extend(Roo.bootstrap.form.HtmlEditor, Roo.bootstrap.form.TextArea,  {
 //    clearInvalid : Roo.emptyFn,
 
     setValue : function(v){
+        Roo.log(this.name);
+        Roo.log(v);
         Roo.bootstrap.form.HtmlEditor.superclass.setValue.call(this, v);
         this.editorcore.pushValue();
     },