TinyMCE:Plugins/devkit

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

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.

Plugin options

devkit_log_filter
Default regex pattern to apply to logging.

Installation Instructions

  1. Add plugin to TinyMCE plugin option list example: plugins : "devkit".

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.

Personal tools