- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
Miscellaneous
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>