TinyMCE:API/tinymce.Editor/plugins

From Moxiecode Documentation Wiki

Jump to: navigation, search

Property: plugins

Summary

This property is the collection of plugin instances that was made for the editor. This collection gets filled with different things depending on what you added to the plugins init option.

Examples

// Execute a method inside a plugin directly
tinyMCE.activeEditor.plugins.someplugin.someMethod();
Personal tools