react-ckeditor icon indicating copy to clipboard operation
react-ckeditor copied to clipboard

How to add placeholder

Open kiranDimble opened this issue 7 years ago • 1 comments

Hi Buddy ,

How i can add placeholder which will hide when i will click on html edtior to React CKEditor. Please help me out on this.

I am using react-ckeditor-component 1.0.7 Version.

<CKEditor events={{ afterPaste: this.onChange, change: this.onChange, }} content="abc" config={{ toolbarGroups: [ { name: 'basicstyles', groups: ['basicstyles', 'cleanup'] }, { name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi', 'paragraph'] }, { name: 'styles', groups: ['styles'] }, { name: 'colors', groups: ['colors'] }, ], }} />

kiranDimble avatar Oct 23 '18 09:10 kiranDimble

Hi Buddy ,

How i can add placeholder which will hide when i will click on html edtior to React CKEditor. Please help me out on this.

I am using react-ckeditor-component 1.0.7 Version.

<CKEditor events={{ afterPaste: this.onChange, change: this.onChange, }} content="abc" config={{ toolbarGroups: [ { name: 'basicstyles', groups: ['basicstyles', 'cleanup'] }, { name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi', 'paragraph'] }, { name: 'styles', groups: ['styles'] }, { name: 'colors', groups: ['colors'] }, ], }} />

Any Solution ??

munishchoudhary204 avatar Jan 19 '23 07:01 munishchoudhary204