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
Quick Insert in Froala Editor
Quick Insert
Try it yourself:
HTML
<div id="froala-editor">
<h3>Quick Insert which makes WYSIWYG HTML editing awesome.</h3>
<p>The quick insert button will appear when you have focus on an empty line. To see it in action hit enter at the end of this line.
</div> JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
toolbarButtons: ['bold', 'italic', 'underline', 'insertImage', 'insertLink', 'insertTable', 'undo', 'redo']
})
</script> Whats on this page hide