examples/test.js
[roojs1] / examples / test.js
index 4b51127..d6a71d2 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.FilterLongBr({ node : document.body });
+    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 });
 });
\ No newline at end of file