Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
How to add a placeholder in RTE?
Thanks,
Vishal Jain
Solved! Go to Solution.
Hi, RTE is not a input element but a div, you can implement custom solution like
https://stackoverflow.com/questions/20726174/placeholder-for-contenteditable-div
form.cq-dialog .cq-dialog-content .cq-RichText-editable[contenteditable=true]:before{ content: attr(placeholder); font-size: 14px; color: #254e72; font-style: italic; }
View solution in original post
Views
Likes
Replies