How To Display The Placeholder Attribute In Html5 Textarea When Ckeditor Is Activated?
I have a textarea in a HTML5 website with a proper placeholder='Sample text' attribute. It is displaying nicely until I add RichText support through CKEditor. The CKEditor GUI is r
Solution 1:
You can use the new version of configHelper plugin: http://alfonsoml.blogspot.com.es/2012/04/placeholder-text-in-ckeditor.html it will use automatically the placeholder attribute of your textarea
Post a Comment for "How To Display The Placeholder Attribute In Html5 Textarea When Ckeditor Is Activated?"