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
- Froala Docs
- /
- Plugins
- /
- Fullscreen Plugin
Fullscreen Plugin
Plugins are fully functional during your trial once you've added your trial key to the setup.
Adding a fullscreen button which expands the editing area to the whole webpage space.
Fullscreen button is located by default under the More Misc menu.
Plugin options:
| fullscreen.isActive () returns: Boolean |
Check the fullscreen state. |
| fullscreen.toggle () returns: Object |
Toggle fullscreen mode. |
Add Plugin to your code:
Plugin name: fullscreen
Plugin JS Script: ../js/plugins/fullscreen.min.js
Or from CDN https://cdn.jsdelivr.net/npm/froala-editor@latest/js/plugins/fullscreen.min.js
Plugin CSS link: ../css/plugins/fullscreen.min.css
Plugin CSS link https://cdn.jsdelivr.net/npm/froala-editor@latest/css/plugins/fullscreen.min.css
