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

index 9ae3c36..4b635bc 100644 (file)
@@ -287,7 +287,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             
             "home" : function(e){
                 e.preventDefault();
-                
+                Roo.log(this.el.dom.createTextRange);
                 var curr = this.el.dom.selectionStart;
                 var lines = this.getValue().split("\n");