Documentation

Placeholder

Type: Boolean, String

Default: false

The usual way to specify a placeholder through an attribute at the element for which Redactor X is run:

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

Placeholder can be specified using the setting:

// element
<textarea id="entry"></textarea>

// call
RedactorX('#entry', {
    placeholder: 'Type something...'
});