Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add placeholder #62

Open
kiranDimble opened this issue Oct 23, 2018 · 1 comment
Open

How to add placeholder #62

kiranDimble opened this issue Oct 23, 2018 · 1 comment

Comments

@kiranDimble
Copy link

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'] }, ], }} />

@munishchoudhary204
Copy link

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 ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants