Skip to content
.github-star { padding-left: 15px; margin-bottom: 15px; }

Images

File Manager

While using the filesManager.min.js plugin it is possible to add diffrent types of files inside the WYSIWYG HTML editor.

Try it yourself:

book

Edit in JSFiddle

HTML

<div id="froala-editor">
    This is illustration for file manager in froala editor. In this sample we can upload multiple files of any type.
</div>

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor', {
    // Define new image styles.
    toolbarButtons: ['insertFiles']
  })
</script>
File: 10412