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

index cb89eab..8b59f46 100644 (file)
@@ -276,6 +276,9 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
                     return;
                 }
                 
+                var f = value.substring(0, start).split();
+                
+                Roo.log(f);
                 
                 
             },