New Froala Editor v5.2.0 is here – Learn More
Froala Documentation
- Installation Guides
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
Use Froala Editor in an iFrame
Iframe
Using the iframe the editor's content will be placed in an iframe and isolated from the rest of the page.
Try it yourself:
HTML
<div id="froala-editor"></div> JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
iframe: true
})
</script> Whats on this page hide