examples/test.js
authorleon <leon@roojs.com>
Mon, 26 Feb 2024 07:07:45 +0000 (15:07 +0800)
committerleon <leon@roojs.com>
Mon, 26 Feb 2024 07:07:45 +0000 (15:07 +0800)
examples/test.js

index 32d9217..dca65fa 100644 (file)
@@ -1,4 +1,5 @@
 Roo.onReady(function() {
     new Roo.htmleditor.FilterStyleToTag({ node : document.body});
+    new Roo.htmleditor.FilterBlack({ node : document.body})
     // new Roo.htmleditor.FilterSpan({ node : document.body });
 });
\ No newline at end of file