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

Modes

Edit in Popup

Try it yourself:

Click here to edit this text in a Froala popup.


Edit in JSFiddle

HTML

<div id="froala-editor" style="display: inline-block;">
  Click here to edit this text in a Froala popup.
</div>
<br/>

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor', {
    editInPopup: true
  })
</script>
File: 1595