Skip to content

Modes

Iframe

Using the iframe the editor's content will be placed in an iframe and isolated from the rest of the page.


Edit in JSFiddle

HTML

<div id="froala-editor"></div>

JAVASCRIPT

<script>
  $(function() {
    $('div#froala-editor').froalaEditor({
      iframe: true
    })
  });
</script>
File: 3803