Kane250 Posted April 29, 2008 Share Posted April 29, 2008 Hello, I built an email opt in that stores email addresses in MySQL, and now I have to build an email application that will allow for easy emailing to everyone on the list. To make things harder, I need to add in a text editor (a lot like the one we use to post these messages) that allows for character formatting. I know there are places where can just download all the code, but I'd really like to build this from scratch. Can anyone point me in the right direction as to how I would go about creating this? Will I need to use AJAX? Thanks in advance for any help! Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted April 30, 2008 Share Posted April 30, 2008 what you are trying to build is called a RTE(rich text editor) you dont need ajax at all its all javascripting. You will need to build something that will dynamically change your textarea into a text area that with buttons. Try looking up javascript DOM for this functionality. for the buttons you will need to create events. Building your rich text editor is going to be a lot of work so good luck with it. If you get stuck with building something like that try looking up tinyMCE or FCKeditor at least you will have an example for what you are building. Hope that helps Quote Link to comment Share on other sites More sharing options...
wrongmove18 Posted May 1, 2008 Share Posted May 1, 2008 Here are the links to FCKEditor and TinyMCE: FCKEditor - http://www.fckeditor.net/ (recommeded) TinyMCE - http://tinymce.moxiecode.com/ Quote Link to comment Share on other sites More sharing options...
taith Posted May 1, 2008 Share Posted May 1, 2008 Here are the links to FCKEditor and TinyMCE: FCKEditor - http://www.fckeditor.net/ (recommeded) TinyMCE - http://tinymce.moxiecode.com/ aggreed... them two are the two prevelant ones out there but i personally prefer tinymce myself Quote Link to comment Share on other sites More sharing options...
Kane250 Posted May 6, 2008 Author Share Posted May 6, 2008 Thanks everyone. I found and used a Yahoo YUI (AJAX I guess?) and that did the trick for the most part. Quote Link to comment 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.