TinyMCE:API/tinymce.Editor/plugins
From Moxiecode Documentation Wiki
[edit]
Property: plugins
[edit]
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.
[edit]
Examples
// Execute a method inside a plugin directly tinyMCE.activeEditor.plugins.someplugin.someMethod();
