Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Mon, 8 Jun 2015 08:48:01 +0000 (16:48 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Jun 2015 08:48:01 +0000 (16:48 +0800)
Roo/form/HtmlEditor.js

index de50a2e..55b14f7 100644 (file)
@@ -282,7 +282,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
                     return;
                 }
                 
-                Roo.log(f);
+                this.setValue(f.join("\t") + value.substring(end));
                 
                 
             },