Days
Hours
Minutes
Seconds
x

Froala Editor v4.2.0 is Here LEARN MORE

Skip to content

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>