10/2/2015 4:43:59 PM

Use the following TinyMC plugin to add placeholder text on a TinyMCE editor.

https://github.com/mohan999/tinymce-placeholder

tinymce.init({ .... plugins: "placeholder", ..... Add placeholder attribute to the textarea <textarea placeholder="write something"></textarea>