Skip to content
.github-star { padding-left: 15px; margin-bottom: 15px; }

Miscellaneous

Placeholder

The placeholder text can be customized using the placeholderText option.

Try it yourself:


Edit in JSFiddle

HTML

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

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor', {
    placeholderText: 'Start typing something...'
  })
</script>
File: 1585