Ace editor snippet does not work

This snippet is from this old blog post.

https://blog.webix.com/ace-editor-for-webix-ui/
https://snippet.webix.com/766dc486

Snippet tools is served by https, so all links and includes need to https as well
Check the updated snippet
https://snippet.webix.com/ssh9kcdx

I have updated the snippet link in the blog post

How do you set the readonly property on the editor?

https://snippet.webix.com/t9ivddz7

ace-editor wrapper doesn’t provide such options

You can get the raw editor object, and use its API
https://snippet.webix.com/jp8i8sgz

or

You can use disable on the container view.
https://snippet.webix.com/mcmduvez

Hi, after 6.0 not working.

Hi @repazol

Please check the migration guide (chapter “Integration with third-party components”).
As webix.codebase was deprecated, here’re the snippets with the latest integration versions:

thank you @Listopad