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.
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.