Text editor integration in webix jet

how can i integrate text editors (Ace, NicEdit, CKEditor, etc) in webix jet webpack application

Hi,

There’s a set of ready-made integrations of Webix with third-party tools, including the mentioned text editors: GitHub - webix-hub/components: Third party integrations for the Webix UI.

They function as normal Webix components and can be put directly into the app layout, just include the integration JS files into the index.html.

Can you give me the complete documentation of using Text editors. I am using Ace Editor with webix but I can only get/set the value during initialization. I couldn’t find a way to automatically get the value of text editor on data change. Please help me out.

@sureshkatikala ,
Please check the related discussion