fix #7846 - password entry item - with option show pass
[roojs1] / examples / test.js
diff --git a/examples/test.js b/examples/test.js
new file mode 100644 (file)
index 0000000..d6a71d2
--- /dev/null
@@ -0,0 +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.FilterSpan({ node : document.body });
+});
\ No newline at end of file