Placeholder for the CKEditor widget

4
Hi, a customer ask us to add a placeholder text to the CKEditor as long as the users did not fill in anything. Has anybody an idea how to realize that?    
asked
1 answers
0

Hi Tobias,

this can be achieved but you need to alter the widget for it. I shared once how to remove the tooltip, see:

https://forum.mendix.com/link/questions/88001

looking at the API for the ckEditor I think you need to implement this:

https://ckeditor.com/docs/ckeditor5/latest/features/editor-placeholder.html

good luck!

answered