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 recreating the textarea and is not displaying the placeholder text inside. Is there a way to display placeholders in CKEditor or switch some configuration options?
相关问题
- How to update placeholder text in ng2-smart-table?
- Rounded corners on a textarea with a scrollbar
- Placeholder internet explorer 11 not showing
- Textarea Adding Space To Beginning of Text?
- CKFinder how to get dimension URL and Dimension (w
相关文章
- HTML5 control
- Listen to event fired when the content has changed
- Why is a transition property on the placeholder ps
- Add a scrollbar to a <textarea> [duplicate]
- CKEditor add CSS styling to Preview and Editor
- How to count words in a textarea by jquery and ret
- New lines in text within a div
- Clear form inputs and keep placeholder
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