tibberous Posted July 3, 2008 Share Posted July 3, 2008 I am looking for a very simple WYSIWYG text editor - all I need is bold, aligning and lists. Does anyone know of a good one? Link to comment https://forums.phpfreaks.com/topic/113099-really-simple-wysiwyg-text-editor-multiple-files-in-one/ Share on other sites More sharing options...
TransmogriBenno Posted July 3, 2008 Share Posted July 3, 2008 I like TinyMCE - http://tinymce.moxiecode.com/ You can configure it to do whatever formatting you like. Link to comment https://forums.phpfreaks.com/topic/113099-really-simple-wysiwyg-text-editor-multiple-files-in-one/#findComment-580969 Share on other sites More sharing options...
ober Posted July 4, 2008 Share Posted July 4, 2008 http://www.phpfreaks.com/forums/index.php/topic,201206.0.html Xansa noted a smaller editor that might fit your needs. Link to comment https://forums.phpfreaks.com/topic/113099-really-simple-wysiwyg-text-editor-multiple-files-in-one/#findComment-581396 Share on other sites More sharing options...
tibberous Posted July 4, 2008 Author Share Posted July 4, 2008 I need something that limits the tags that are allowed to be pasted in. Right now, if someone goes into Word and makes 100 pt font, they can use it in the editor. Link to comment https://forums.phpfreaks.com/topic/113099-really-simple-wysiwyg-text-editor-multiple-files-in-one/#findComment-581427 Share on other sites More sharing options...
TransmogriBenno Posted July 6, 2008 Share Posted July 6, 2008 TinyMCE lets you do that (at least, on the client side, as it is JavaScript). If you want hardcore validation on the server side, you'd have to do some pretty awful regex work, or load the whole thing into a DOMDocument and pick off the tags you don't allow. Link to comment https://forums.phpfreaks.com/topic/113099-really-simple-wysiwyg-text-editor-multiple-files-in-one/#findComment-582746 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.