dependency injection

Does webix support dependency injection out of the box? if not any tips of other DI helpers that play nice with WebIX?

I’ve several parts of my app that are customizable for each customer running the application (for example forms with more or less fields, other required properties, dynamic menuitems etc).

There is no bundled DI container. You can use a container of your choice, as far as I can see there will be no conflicts.

Thanks! I’m not sure if I need DI after examaning the webix.protoUI… Maybe i can create default view/components and subclass them if a customer needs some customization.

Yep, for components customization, protoUI may be enough

On more large scale, when you are working with app views and models, there still can be a place for DI