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
Plain Paste in Froala Editor
Plain Paste
Try it yourself:
HTML
<div id="froala-editor">
<p>When <a href="../docs/options#pastePlain" title="pastePlain option" target="_blank">pastePlain</a> option is enabled, Froala WYSIWYG HTML Editor filters the pasted content and keeps only plain text by removing all its rich formatting.</p>
</div> JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
pastePlain: true
})
</script> Whats on this page hide