Any control - add event handlers and properties via protoUI

Id like to create new controls, derived from standard Webix and with extended properties.
For example, add properties for event handler code, similar to “onClick” in datatable, or property that adds new or extends existing functionality.

Questions:

  1. Any concerns about protoUI approach (performance, future support)?

  2. Is there any other, better, approach than protoUI?

Hello,

As you might have already noticed, all Webix controls are created with the help of a webix.protoUI() contructor as well as some of them inherit from another Webix control or controls. So you can be sure that this functionality will be supported a long time ahead.

Thank you.