Documentation

Configuration / filelist_insert_toolbar

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

Example of usage in TinyMCE

tinymce.init({
...
moxiemanager_filelist_insert_toolbar: 'insert close'
});

Example of usage in standalone mode

moxman.browse({
...
filelist_insert_toolbar: 'insert close'
});