3

I'm looking for a plugin or implementation to include HTML5-like placeholder text in a tinymce editor but without success. Do you how if it exist? Or How can I implement this functionality?

Exactly how I can do with Ckeditor:

http://alfonsoml.blogspot.it/2012/04/placeholder-text-in-ckeditor.html

Michael Berkowski
  • 267,341
  • 46
  • 444
  • 390
paganotti
  • 5,591
  • 8
  • 37
  • 49
  • Can you describe what function a _placeholder plugin_ performs? – Michael Berkowski Nov 23 '12 at 19:48
  • like this: http://alfonsoml.blogspot.it/2012/04/placeholder-text-in-ckeditor.html. I would want that a simple text "insert something here" appear by default if editor content is empty and if user get focus on editor it must be disappear. If user loose focus on editor and content is empty, the default text must be reset – paganotti Nov 23 '12 at 19:51
  • 1
    possible duplicate of [Tinymce html5 placeholder by reading attribute from textarea](http://stackoverflow.com/questions/12693989/tinymce-html5-placeholder-by-reading-attribute-from-textarea) – moffeltje Aug 20 '15 at 06:46

1 Answers1

2

What you are looking for is answered in this SO question and should work for you too.

Community
  • 1
  • 1
Thariama
  • 50,002
  • 13
  • 138
  • 166