examples/test.js
authorleon <leon@roojs.com>
Thu, 30 Nov 2023 04:11:12 +0000 (12:11 +0800)
committerleon <leon@roojs.com>
Thu, 30 Nov 2023 04:11:12 +0000 (12:11 +0800)
examples/test.js

index c7947e4..d6a71d2 100644 (file)
@@ -2,5 +2,5 @@ Roo.onReady(function() {
     new Roo.htmleditor.FilterHashLink({ node : document.body });
     new Roo.htmleditor.FilterParagraph({ node : document.body });
     new Roo.htmleditor.FilterLongBr({ node : document.body });
-    // new Roo.htmleditor.FilterSpan({ node : document.body });
+    new Roo.htmleditor.FilterSpan({ node : document.body });
 });
\ No newline at end of file