Documentation

Configuration / filelist_main_toolbar

This option enables you to configure what to buttons to display in the main toolbar of the filelist browse view. The defaults for this config option is "create upload manage" see the examples below on how to configure it.

Example of usage in TinyMCE

tinymce.init({
...
moxiemanager_filelist_main_toolbar: 'create upload manage'
});

Example of usage in standalone mode

moxman.browse({
...
filelist_main_toolbar: 'create upload manage'
});