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

Modes

Inline Editor

Try it yourself:

Click here to edit the content

This is the inline example for the Froala rich text editor. For this you have to set the toolbarInline option to true.


Edit in JSFiddle

HTML

<div id="froala-editor">
  <h3>Click here to edit the content</h3>
  <p>This is the inline example for the Froala rich text editor. For this you have to set the <a href="../docs/options#toolbarInline" title="toolbarInline option" target="_blank">toolbarInline</a> option to <code>true</code>.</p>
</div>

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor', {
    toolbarInline: true,
    charCounterCount: false
  })
</script>
File: 1607