placeholder String
(default: "")
The hint displayed by the widget when it is empty. Not set by default.
Important The options is only available in Classic Mode.
Example - specify the placeholder option
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
placeholder: "Type here..."
});
</script>