Example 01 - Advanced Theme


Configuration that goes into the script tag.

tinyMCE.init({
	mode : "textareas",
	theme : "advanced"
});

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

Back to TinyMCE Wiki