Roo/HtmlEditorCore.js
authorAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 08:19:49 +0000 (16:19 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 08:19:49 +0000 (16:19 +0800)
Roo/HtmlEditorCore.js

index 101e484..94e8579 100644 (file)
@@ -19,6 +19,8 @@ Roo.HtmlEditorCore = function(config){
     
     
     Roo.HtmlEditorCore.superclass.constructor.call(this, config);
+    
+    
     this.addEvents({
         /**
          * @event initialize
@@ -71,7 +73,13 @@ Roo.HtmlEditorCore = function(config){
          */
         editorevent: true
     });
-     
+    
+    // at this point this.owner is set, so we can start working out the whitelisted / blacklisted elements
+    
+    
+    
+    
+    
 };