Plugin: devkit

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_filterDefault regex pattern to apply to logging.

Installation Instructions

Initialization Example

tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	plugins : "devkit"
});