New Froala Editor v5.2.0 is here – Learn More
Froala Documentation
- Installation Guides
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
Bottom Toolbar in Froala Editor
Toolbar Bottom
Try it yourself:
HTML
<div id="froala-editor">
<p>This is the full featured editor with the toolbar at the bottom, using the <a href="../docs/options#toolbarBottom" title="toolbarBottom option" target="_blank">toolbarBottom</a> option.</p>
</div> JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
toolbarBottom: true
})
</script> Whats on this page hide