(Tips) TinyMCE setup Examples

TinyMCE setup Examples

Configuration that goes into the script tag.
tinyMCE.init({
	mode : "textareas",
	theme : "simple"
});

And the result. View the source of this page to see how the HTML looks.

Courtesy : http://wiki.moxiecode.com