TinyMCE:Plugins/compat2x

From Moxiecode Documentation Wiki

Jump to: navigation, search

Plugin: compat2x

This plugin tries to mimic as much as possible from the 2.x branch of TinyMCE to the new 3.x branch. So this plugin might be useful if you have old plugins or code that needs to work with the new 3.x version. But we strongly recommend that you migrate to the new API.

Installation Instructions

  1. Add plugin to TinyMCE plugin option list example: plugins : "compat2x".

Initialization Example

tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	plugins : "compat2x"
});
Personal tools