Roo/htmleditor/FilterHashLink.js
authorleon <leon@roojs.com>
Thu, 30 Nov 2023 03:51:27 +0000 (11:51 +0800)
committerleon <leon@roojs.com>
Thu, 30 Nov 2023 03:51:27 +0000 (11:51 +0800)
examples/test.js

Roo/htmleditor/FilterHashLink.js
examples/test.js

index 4a848c8..268ffc7 100644 (file)
@@ -21,7 +21,6 @@
       
      replaceTag : function(node)
      {
-         Roo.log('REPLACE TAG');
          for(var i = 0; i < node.attributes.length; i ++) {
              var a = node.attributes[i];
 
index d4887a5..e69baa9 100644 (file)
@@ -1,6 +1,6 @@
 Roo.onReady(function() {
     new Roo.htmleditor.FilterHashLink({ node : document.body });
-    // new Roo.htmleditor.FilterParagraph({ node : document.body });
+    new Roo.htmleditor.FilterParagraph({ node : document.body });
     // new Roo.htmleditor.FilterLongBr({ node : document.body });
     // new Roo.htmleditor.FilterSpan({ node : document.body });
 });
\ No newline at end of file