Important changes to Tiny Cloud pricing > Find out more

Example Plugin

A template for your own custom plugins.

Contribute to this page

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"
});

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.