- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
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:
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>