Merge branch 'wip_leon_T7873_links_to_footnotes' of http://git.roojs.com/roojs1 into...
[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 });