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.
xhtmlxtras options | |
devkit_log_filter | Default regex pattern to apply to logging. |
Installation Instructions
- Add plugin to TinyMCE plugin option list example: plugins : "devkit".
Initialization Example
tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "devkit" });