TinyMCE Editor

About this Editor

TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL.

Developers can use TinyMCE in their own web projects in order to enable end users to add/edit content to a website or other application.

TinyMCE is customizable, so you can specify which buttons go on the toolbar, etc. Many toolbar options are available as plugins, and you simply add the appropriate parameters from within the JavaScript when you call the editor.

Setting Up TinyMCE Editor

Basic Setup

Setting up TinyMCE is easy. Here's all the code you need for a basic setup with minimal tools:

Full Featured Setup

Here's an example of the code required to set up TinyMCE with the same options as the above editor. This is a full featured example — this sets up the editor with all features.

To use TinyMCE in your own project, check out the TinyMCE website.