Documentation

Configuration / filelist_context_menu

This option enables you to configure what menu items to display in the contextmenu of the filelist browse view. The defaults for this config option is "cut copy paste | view edit rename download addfavorite | zip unzip | remove" see the examples below on how to configure it.

Example of usage in TinyMCE

tinymce.init({
...
moxiemanager_filelist_context_menu: 'cut copy paste | view edit rename download addfavorite | zip unzip | remove'
});

Example of usage in standalone mode

moxman.browse({
...
filelist_context_menu: 'cut copy paste | view edit rename download addfavorite | zip unzip | remove'
});