Im building my own forumsoftware and im still blocked at the editor. I've decided to use a wysiwyg editor. Well, i was trying to use TinyMCE, but that isn't safe. There's a button to change the HTML, XSS hack. And if you disable HTML in the source code, any source code editor could change that, and add a html editor again.
So im searching for a javascript, lightweight (200kb max or so.) wysiwyg without an option to change the HTML.
Is there any?
Greetings.
EDIT
I saw that you can edit the params with FCKeditor in PHP, and that source code editors can not edit php. So FCKeditor is an option, but it isn't lightweight.