Documentation

Configuration / filelist_utils_toolbar

This option enables you to configure what buttons to display in the utils toolbar of the filelist browse view. The defaults for this config option is "refresh viewmode sort filter" see the examples below on how to configure it.

Example of usage in TinyMCE

tinymce.init({
...
moxiemanager_filelist_utils_toolbar: 'refresh viewmode sort filter'
});

Example of usage in standalone mode

moxman.browse({
...
filelist_utils_toolbar: 'refresh viewmode sort filter'
});