d6a71d2291defb824c02c68760913945b97d7096
[roojs1] / examples / test.js
1 Roo.onReady(function() {
2     new Roo.htmleditor.FilterHashLink({ node : document.body });
3     new Roo.htmleditor.FilterParagraph({ node : document.body });
4     new Roo.htmleditor.FilterLongBr({ node : document.body });
5     new Roo.htmleditor.FilterSpan({ node : document.body });
6 });