TinyMCE:Plugins/devkit
From Moxiecode Documentation Wiki
Contents |
[edit]
Plugin: devkit
(Removed in: 3.0)
This plugin helps developers to debug and create custom plugins or custom integrations. It displays all sorts of information in a separate iframe/panel that pops up at the top right corner of the current window.
NOTE: This plugin has been removed as of version 3.0. The preferred method of debugging is to use the Firebug plugin for Firefox.
[edit]
Plugin options
- devkit_log_filter
- Default regex pattern to apply to logging.
[edit]
Installation Instructions
- Add plugin to TinyMCE plugin option list example: plugins : "devkit".
[edit]
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "devkit"
});
Remember devkit is for development purposes only, so it's debugging functionality may decrease performance.
