Documentation

Configuration / filelist_manage_menu

This option enables you to configure what menu items to display in the menu for the manage button in the main toolbar 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_manage_menu: 'cut copy paste | view edit rename download addfavorite | zip unzip | remove'
});

Example of usage in standalone mode

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