Files
tinymce-docs-4x/plugins/example.md
T
Andrew Roberts 6808ef40ad Typos in Plugins
2015-11-14 23:58:01 -08:00

394 B

layout, title, title_nav, description, keywords
layout title title_nav description keywords
default Example Plugin Example A template for your own custom plugins. example template custom

The Example plugin is some code that you can use as a template for your custom plugins.

Type: String

Example:

tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "example"
});