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

Toolbar

Toolbar Bottom

Try it yourself:

This is the full featured editor with the toolbar at the bottom, using the toolbarBottom option.


Edit in JSFiddle

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>
File: 1648