Placeholder

This example shows how to start an editor with placeholder text.

Code

<!-- element -->
<textarea id="entry" placeholder="Type something...">...</textarea>

<!-- call -->
<script>
let app = Redactor('#entry');
</script>