Hi,
Is there a attribute for spellcheck for integrated test editors such as Ni-edit, TinyMCE and CKEdit? I have tried putting the native HTML spellcheck="true" attribute to the Nic-editor but it did not work. Any suggestions?
Thanks
Hello,
As it's integrated editors, such functionality you can find in docs of these editors.
CKEdit sample: https://snippet.webix.com/miej9gb9 https://ckeditor.com/docs/ckeditor4/latest/examples/spellchecker.html
As to TinyMCE you can find spellchecker plugin. But check is there pro version or not https://www.tiny.cloud/docs/plugins/spellchecker/ Just add it to the config property as
webix.ui({ id: "editor", view: "tinymce-editor", config: { //some code here } });
Sample: https://snippet.webix.com/o2lza9tn https://docs.webix.com/desktop__text_editors.html#tinymcetexteditor
https://github.com/webix-hub/components
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Hello,
As it's integrated editors, such functionality you can find in docs of these editors.
CKEdit sample: https://snippet.webix.com/miej9gb9
https://ckeditor.com/docs/ckeditor4/latest/examples/spellchecker.html
As to TinyMCE you can find spellchecker plugin. But check is there pro version or not
https://www.tiny.cloud/docs/plugins/spellchecker/
Just add it to the config property as
Sample: https://snippet.webix.com/o2lza9tn
https://docs.webix.com/desktop__text_editors.html#tinymcetexteditor
https://github.com/webix-hub/components