Initializing an extended component through jQuery

There is a sample in the documentation (see below) where you are extending the list component with activeContent.
How can I initialize such a component with jQuery?
Thanks.

webix.protoUI({
name:“activeList”
}, webix.ui.list, webix.ActiveContent);

It is not possible for now, but it is not a technical limitation. Will be fixed in the next update, where you will be able to use

$$(".some").webix_activeList(); 

Any custom view will work in the same way as default controls.

Ok thanks

and hanks for the quick response!

have you fixed the problem in 2.0 version?

Unfortunately it was too late to include this fix in the 2.0 package.
It will be released as part of 2.1 package ( if you have a support subscription and need the update ASAP - you can open a support ticket )