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
Miscellaneous
Fullscreen
Using the fullscreen.min.js plugin it is possible to use the WYSIWYG HTML editor in fullscreen mode.
Try it yourself:
Make sure that the fullscreen button is included in the toolbarButtons list. By default the fullscreen button is already in the list, but if you changed the buttons list just make sure you don't omit the fullscreen button.
HTML
<div id="froala-editor">
<p>Use the Fullscreen button to start editing in fullscreen mode.</p>
</div>
JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor')
</script>
Related Plugin:
Fullscreen
Whats on this page
hide
