TinyMCE:Configuration/debug

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: debug

If the value of this option is set to "true" some debugging information will appear, such as a list of what CSS files are used. The default value of this option is false.

Example of usage of the debug option:

tinyMCE.init({
	...
	debug : true
});
Personal tools