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
- /
- Page Break Plugin
Page Break Plugin
Plugins are fully functional during your trial once you've added your trial key to the setup.
Introduces the ability to insert page breaks, essential for structuring long documents intended for export (PDF, Word, or print). This feature allows users to insert, reposition, and clearly visualize page breaks directly within the editor.
Plugin options:
| exportPageBreak Boolean - Default: True |
When set to false, page breaks will be excluded from exported content (PDF, Word, or Print). |
Plugin events:
| pageBreak.beforeInsert () |
Triggered before inserting a pageBreak inside the editor |
Add Plugin to your code:
Plugin name: pageBreak
Plugin JS Script: ../js/plugins/page_break.min.js
Or from CDN https://cdn.jsdelivr.net/npm/froala-editor@latest/js/plugins/page_break.min.js
Plugin CSS link: ../css/plugins/page_break.min.css
Or from CDN https://cdn.jsdelivr.net/npm/froala-editor@latest/css/plugins/page_break.min.css
Whats on this page
hide
