- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
Modes
Edit in Popup
Try it yourself:
HTML
<div id="froala-editor" style="display: inline-block;">
Click here to edit this text in a Froala popup.
</div>
<br/>
JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
editInPopup: true
})
</script>