Hy everyione.
I'm new here (@daniweb).
I used in my web projects some open source wysiwyg editor, like FCKeditor. And I want to create a very simple wysiwyg editor. With html and javascript.
To make text bold, italic, colors, etc.
But how to start?
Any ideas!
Thank you in advance:)

Recommended Answers

All 2 Replies

Learn javascript in an out.
Take a look at the contenteditable property.
Also, learn how to find the currently selected text within a textarea.
jQuery is good to learn, and take a look at a very simple WYSIWYG javascript editor on how to do stuff (even ckeditor).

Hope that helps!

Thank you! I'll do it!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.