Do you know how to add watermark in CKEditor (visual word processor)?
I want the behavior like this: When the CKEditor is loaded, it has text by default. When I click on it, text must disappear.
Do you know how to add watermark in CKEditor (visual word processor)? I want
Share
Below are the steps to add water mark in CKEditor
Generally when you set default text in Ck Editor through java script on page load. JavaScript event get fired before the control actually load so if possible set the text for code behind.
Attaching Events in Javascript for OnFocus and OnBlur
Define your default text in this function
You can also define styles to the water mark by adding classes to the default text and place the class into you ck editor content css otherwise it will not work