Webix Jet CKEditor

Hi,

Has anyone managed to integrate CKEditor with Webix Jet? I can successfully use CKEditor with standard Webix without much problems, but as soon as I want to use it in Webix Jet I run into trouble.

For example in my browser console I get errors saying

`

  • (index.html):1 Uncaught SyntaxError: Unexpected token < ckeditor.js:85

  • Resource interpreted as Stylesheet but transferred with MIME type text/html:

  • Uncaught TypeError: Cannot set property ‘dir’ of undefined
    `

This results in the editor obviously not displaying.

Any ideas? Thank you

Fixed