It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
Miscellaneous
Placeholder
The placeholder text can be customized using the placeholderText option.
HTML
<div id="froala-editor"></div>
JAVASCRIPT
<script> $(function() { $('div#froala-editor').froalaEditor({ placeholderText: 'Start typing something...' }) }); </script>