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

index dca65fa..a045626 100644 (file)
@@ -1,5 +1,5 @@
 Roo.onReady(function() {
     new Roo.htmleditor.FilterStyleToTag({ node : document.body});
-    new Roo.htmleditor.FilterBlack({ node : document.body})
+    new Roo.htmleditor.FilterBlack({ node : document.body, tags : ['STYLE']})
     // new Roo.htmleditor.FilterSpan({ node : document.body });
 });
\ No newline at end of file