Spellcheck for integrated Text editors

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
Spelling and Grammar Checking - CKEditor 4 Documentation

As to TinyMCE you can find spellchecker plugin. But check is there pro version or not

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