TinyMCE:Configuration/debug
From Moxiecode Documentation Wiki
[edit]
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.
[edit]
Example of usage of the debug option:
tinyMCE.init({
...
debug : true
});
