ibanez270dx Posted August 18, 2006 Share Posted August 18, 2006 Hi, How can I add formatting tools to my textarea like the ones here on PHP Freaks? You know, when you post a new thread or reply or whatever, and there are buttons above the textarea that do different things...?Thanks, - Jeff Quote Link to comment https://forums.phpfreaks.com/topic/17995-formatting-tools-for-textarea/ Share on other sites More sharing options...
SharkBait Posted August 18, 2006 Share Posted August 18, 2006 You want a WYSIWYG (what you see is what you get) editor? I believe it has to do with Javascript. I don't know for sure but I've always wanted to look into it myself. Quote Link to comment https://forums.phpfreaks.com/topic/17995-formatting-tools-for-textarea/#findComment-77055 Share on other sites More sharing options...
ibanez270dx Posted August 18, 2006 Author Share Posted August 18, 2006 Yeah, is that what it's called? Anyone here have anything on it? Quote Link to comment https://forums.phpfreaks.com/topic/17995-formatting-tools-for-textarea/#findComment-77059 Share on other sites More sharing options...
freakus_maximus Posted August 18, 2006 Share Posted August 18, 2006 check out tinymce here [url=http://tinymce.moxiecode.com/]http://tinymce.moxiecode.com/[/url]...it's really cool...and free... Quote Link to comment https://forums.phpfreaks.com/topic/17995-formatting-tools-for-textarea/#findComment-77061 Share on other sites More sharing options...
ryanlwh Posted August 18, 2006 Share Posted August 18, 2006 Try google Javascript Rich Text Editors or Javascript WYSIWYG editors. You should get a lot of choices.EDIT: freakus_maximus, nice find! Quote Link to comment https://forums.phpfreaks.com/topic/17995-formatting-tools-for-textarea/#findComment-77062 Share on other sites More sharing options...
hitman6003 Posted August 19, 2006 Share Posted August 19, 2006 tinymce is argueably the most feature rich, however, it isn't the only one. FCKeditor (http://www.fckeditor.net/), Dojo (http://dojotoolkit.org/), Kupu (http://kupu.oscom.org/), and many others are available.Be careful using these, as many of them are VERY large (I think tinymce is about 2 MB in all), so if a lot of your users have dialup, then they will hate it. It can also eat up bandwidth quickly. Caching will help some, but not enough if you have a good number of visitors. Quote Link to comment https://forums.phpfreaks.com/topic/17995-formatting-tools-for-textarea/#findComment-77090 Share on other sites More sharing options...
sivarts Posted August 19, 2006 Share Posted August 19, 2006 I've used KTML from InterAkt online. The 4.0 version is free to download (after a account activation :-( )http://www.interaktonline.com/Downloads/Free-Products/it has worked well for smaller gigs thus far.Cheers! Quote Link to comment https://forums.phpfreaks.com/topic/17995-formatting-tools-for-textarea/#findComment-77117 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.