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

Added ability to make CkEditor readonly #79

Merged
merged 1 commit into from
Aug 20, 2018

Conversation

Christoph-Wagner
Copy link
Contributor

Added prop: readOnlyMode
Added watcher on the prop calling the editor instance method setReadOnly
textarea gets a :disabled="readOnlyMode" so the editor initializes in the proper mode.

ReadOnly mode information: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html

Added prop: readOnlyMode
Added watcher on the prop calling the editor instance method `setReadOnly`
textarea gets a `:disabled="readOnlyMode"` so the editor initializes in the proper mode.

ReadOnly mode information: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html
@dangvanthanh
Copy link
Owner

@Christoph-Wagner Thank you very much for contribute.

@dangvanthanh dangvanthanh reopened this Aug 20, 2018
@dangvanthanh dangvanthanh merged commit 8822aed into dangvanthanh:master Aug 20, 2018
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

Successfully merging this pull request may close these issues.

2 participants