examples/test.js
authorleon <leon@roojs.com>
Mon, 20 Nov 2023 04:34:24 +0000 (12:34 +0800)
committerleon <leon@roojs.com>
Mon, 20 Nov 2023 04:34:24 +0000 (12:34 +0800)
examples/test.js

index e6b5389..fb0ecb6 100644 (file)
@@ -2,7 +2,7 @@ Roo.onReady(function() {
     var div = document.createElement('div');
     div.innerHTML = document.body.innerHTML;
     new Roo.htmleditor.FilterHashLink({ node : div });
-    new Roo.htmleditor.FilterLongBr({ node : div });
     new Roo.htmleditor.FilterParagraph({ node : div });
+    new Roo.htmleditor.FilterLongBr({ node : div });
     document.body.appendChild(div);
 });
\ No newline at end of file