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
Predefined Editor Height
Predefined Height
Try it yourself:
HTML
<div id="froala-editor">
<p>Set a specific height to the WYSIWYG HTML editor using the <a href="../docs/options#height" title="height option" target="_blank">height</a> option. If the text inside is longer, then the rich text editor will get a vertical scrollbar.</p>
</div> JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
height: 300
})
</script> Whats on this page hide