Days
Hours
Minutes
Seconds
x

Froala Editor v4.2.0 is Here LEARN MORE

Skip to content

Modes

Edit in Popup

Try it yourself:



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>