Is there anyway that we can add the functional tools of checking grammar and structure into the editor box content? Just like winword.
This help us to notify the grammatical errors efficiently.
1 Answers
You can add ckeditor plugin for checking.
Refer this faq: Q) How to customize the toolbar features of Html editor (CKEditor)?
You can customize buttons in config.js of CK editor. (libjsckeditorconfig.js)
CK editor docs: http://docs.ckeditor.com/#!/guide/dev_toolbar
Your Answer