Integrating Webix widgets with AngularJS.

Is something like this possible?

Thanks

Check the next article
http://docs.webix.com/desktop__angular.html

Thanks. Will take a look. I also noticed that Webix can be integrated with DHTMLX. Am I assuming correctly that since Webix can be integrated with AngularJS thus DHTMLX can be integrated with it as well? Any sample?

Thanks

Unfortunately it works only in one direction, you can attach webix components to dhtmlx layouts. So you can use AngularJS integration or DHTMLX way for UI building - not both in the same time.

Can you please elaborate a bit on this?

Thanks

It possible to use something like

dhtmlxLayout.cells("a").attachWebix({
     view:"datatable", /*any webix UI here*/
});

http://webix-hub.github.io/components/dhtmlx/sample.html

All DHTMLX components that have attach* methods will have an extra one - attachWebix

To have the above functionality you need to include one extra file
https://github.com/webix-hub/components/blob/master/dhtmlx/dhtmlx.js