// Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : "textareas", theme : "simple" });
[Full featured example] [Advanced example] [Simple example] [Word example]
Simple example This page shows how to use TinyMCE on a HTML page in the most common and simple way. On this page each TEXTAREA element gets converted to a editor instance on page load. Notice how TinyMCE tries to match the width and height of the old text area elements. Read more about the features and settings of TinyMCE in the manual.
Some <b>element</b>, this is to be editor 1. <p>Some paragraph. <a href="http://www.sourceforge.net">Some link</a></p> <img src="logo.jpg">
Some <b>element</b>, this is to be editor 2. <p>Some paragraph. <a href="http://www.sourceforge.net">Some link</a></p> <img src="logo.jpg">