BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
Hello,
the problem is simple. I want to set a spellcheck attribute on RTE body to true. I am not able to find any way how to do it, because my editor is in iframe mode and this is hardcoded into srcdoc attribute. In version 22.2.12 code looks like this:
IframeContentRender.prototype.renderPanel = function () {
var rteObj = this.parent;
var rteContent = Object(_base_util__WEBPACK_IMPORTED_MODULE_2__["getEditValue"])(rteObj.value, rteObj);
var iFrameBodyContent = '<body spellcheck="false" autocorrect="off" contenteditable="true">' +
rteContent + '</body></html>';
When I edit srcdoc in created event editor can't save content, but default browser spellcheck works. Of course this is already wrong solution.
Is there any way how acompllish this?
Thanks for replies.
Integrate a spell checkerIf you would like to check spelling and grammatical issues while you type in the content area of our Rich Text Editor component, you can do so by integrating a third-party library, WebSpellChecker, which provides a cloud spell-checking service. Download the trial or paid version of WebSpellChecker and you will receive an activation key in your registered email. This is mandatory to initialize and configure the spell checking in the application. 1. Add the WebSpellChecker WProofreader script reference in your index.html page.
2. Now, initialize the WebSpellChecker within the index.html page using the Windows configuration variable along with its other required options such as autoSearch, enableGrammar, and serviceId.
Spell check implemented in Rich Text Editor Note: Only when the serviceId option is assigned with a valid activation key will the spell-checking functionality work in the Rich Text Editor. |
What is expected timeline for getting rich text editor spell checker