Example 00 - Simple Theme


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.

Back to TinyMCE Wiki