My so-called Playground

NicEdit WYSIWYG

May 13th, 2008 Posted in Javascript Libraries

I found a very cool WYSIWYG editor named NicEdit which might be worth sharing to you guys. It doesn’t only use textareas as most editors do but you can convert inline DIV’s too. It is simple and easy to use. I made a snippet below using JQuery framework.

Note: Download JQuery too :)
The Javascript part:


 
 

Now this should at least how your html look given the code we have above:

 
I am an example content

If everything goes well then it should look like this:

And the good news is I added an example here. Enjoy!

Post a Comment