imagemanager_contextmenu

(Requires: 3.1.1)

This option enables you disable the extra tools the MCImageManager adds to the context menu in TinyMCE.

Example of usage with TinyMCE

tinyMCE.init({
...
imagemanager_contextmenu: false
});