It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
Modes
Iframe
Using the iframe the editor's content will be placed in an iframe and isolated from the rest of the page.
HTML
<div id="froala-editor"></div>
JAVASCRIPT
<script> $(function() { $('div#froala-editor').froalaEditor({ iframe: true }) }); </script>