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
Placeholder Text in Froala Editor
Placeholder
The placeholder text can be customized using the placeholderText option.
Try it yourself:
HTML
<div id="froala-editor"></div> JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
placeholderText: 'Start typing something...'
})
</script> Whats on this page hide