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

462 B

layout, title, title_nav, description, keywords
layout title title_nav description keywords
default Example_dependency Plugin Example_dependency How to build a plugin that depends on another plugin. example template custom example_dependency

The Example_dependency plugin is an example plugin with a dependency on another plugin.

Type: String

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