我想要 html 可编辑 div 的拼写检查插件吗?
I want a spell checker plug in to html editable div?
我有一个可编辑的 div 并正在应用它 CKeditor。我想要里面的拼写检查器。我试过一个来自 :http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.html
的插件
它给出以下错误
Error parsing encrypted customer ID (Invalid data encoded string)
任何人对此都有任何解决方案。请给我一些关于内联编辑器拼写检查器的解决方案。
我认为最好的方法是从浏览器启用本机拼写检查器。
config.disableNativeSpellChecker = false;
SCAYT 是一项商业服务,具有基于广告的免费版本。您要么需要将 CKEDITOR.config.scayt_customerid
设置为 null
(给您广告),要么您需要购买服务。
我有一个可编辑的 div 并正在应用它 CKeditor。我想要里面的拼写检查器。我试过一个来自 :http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.html
的插件它给出以下错误
Error parsing encrypted customer ID (Invalid data encoded string)
任何人对此都有任何解决方案。请给我一些关于内联编辑器拼写检查器的解决方案。
我认为最好的方法是从浏览器启用本机拼写检查器。
config.disableNativeSpellChecker = false;
SCAYT 是一项商业服务,具有基于广告的免费版本。您要么需要将 CKEDITOR.config.scayt_customerid
设置为 null
(给您广告),要么您需要购买服务。