Documentation
Configuration / editimage_zoom_toolbar
This option enables you to configure what buttons to display in the zoom toolbar of the edit image view. The defaults for this config option is "zoomfit zoom" see the examples below on how to configure it.
Example of usage in TinyMCE
tinymce.init({
...
moxiemanager_editimage_zoom_toolbar: 'zoomfit zoom'
});
Example of usage in standalone mode
moxman.edit({
...
editimage_zoom_toolbar: 'zoomfit zoom'
});