michaellunsford Posted October 12, 2006 Share Posted October 12, 2006 Client editable content, whether it's in a forum like this, a web-mail interface, or a CMS. I've tested numerous designMode() editors. These things drive me nuts by creating depreciated <font> tags and countless other things that won't validate or even make sense. I'm guessing the designMode() part means the browser is at least partially to blame for this.Is there a decent editor out there somewhere? What is your experience with the WYSIWYG editor in general? Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/ Share on other sites More sharing options...
Daniel0 Posted October 12, 2006 Share Posted October 12, 2006 Try TinyMCE. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-107763 Share on other sites More sharing options...
akitchin Posted October 12, 2006 Share Posted October 12, 2006 agreed with Daniel0. i've used tinyMCE extensively, and it's much slimmer code than most, easier to deal with, and generates valid code if you tell it to. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-107778 Share on other sites More sharing options...
ober Posted October 12, 2006 Share Posted October 12, 2006 Another vote here... MUCH better than FCKEditor and easier to configure by far. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-107882 Share on other sites More sharing options...
448191 Posted October 12, 2006 Share Posted October 12, 2006 Hate to sound like an echo, but I concur. TinyMCE rules. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-107937 Share on other sites More sharing options...
redbullmarky Posted October 12, 2006 Share Posted October 12, 2006 one here for me too. i used to use a few others, but i think it was AndyB that pointed out TinyMCE and I havent looked back since. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-107976 Share on other sites More sharing options...
michaellunsford Posted October 12, 2006 Author Share Posted October 12, 2006 Wow, I don't know if I'll have time to test all these suggestions! ;DThanks for the replies -- I've downloaded it and will probably start testing this evening. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-108081 Share on other sites More sharing options...
neylitalo Posted October 13, 2006 Share Posted October 13, 2006 [quote author=michaellunsford link=topic=111267.msg451128#msg451128 date=1160687074]Wow, I don't know if I'll have time to test all these suggestions! ;D[/quote]Well, considering they're all the same thing, I don't think you'll have much problem. ;)And I'm casting my vote for TinyMCE as well. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-108162 Share on other sites More sharing options...
akitchin Posted October 13, 2006 Share Posted October 13, 2006 i'm having a hard time telling whether the sarcasm was totally missed, or totally volleyed. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-108166 Share on other sites More sharing options...
neylitalo Posted October 13, 2006 Share Posted October 13, 2006 [quote author=akitchin link=topic=111267.msg451214#msg451214 date=1160709361]i'm having a hard time telling whether the sarcasm was totally missed, or totally volleyed.[/quote]I was actually trying to maintain the tone of the post, but I do see how it could be mistaken for "went over my head". :) Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-108176 Share on other sites More sharing options...
akitchin Posted October 13, 2006 Share Posted October 13, 2006 well you never know, some people don't have a sarcastic bone in their body.either way, i'm sure with a crowd like this, any config questions or issues should be addressable in the javascript forum. i know that there are some configurations or tricks that aren't easily found in the manual, at least not without some trial and error. Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-108339 Share on other sites More sharing options...
michaellunsford Posted October 17, 2006 Author Share Posted October 17, 2006 Okay, after testing all of those suggestions ;) I'm here to report back!At the moment, I'm still struggling to turn off self closing tags. Other than that it seems to be pretty modular and intuitive. I've already disabled that nasty <font> tag, and installed the php script compressor. The rest is pretty routine for my WYSIWYG implementation: adding a PHP image upload feature, making the insert link page a little smarter, and killing that nasty "target" attribute.Good advice, guys. Thanks for the help! Quote Link to comment https://forums.phpfreaks.com/topic/23729-browser-based-wysiwyg-editors/#findComment-110090 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.