- 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
- Tutorials
Toolbar
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>