Skip to content

Miscellaneous

Placeholder

The placeholder text can be customized using the placeholderText option.


Edit in JSFiddle

HTML

<div id="froala-editor"></div>

JAVASCRIPT

<script>
  $(function() {
    $('div#froala-editor').froalaEditor({
      placeholderText: 'Start typing something...'
    })
  });
</script>
File: 3758