ActiveContent: How to initialize a button without using "{common.myButton()}"?

Hi

I’m trying to apply a specific css to each individual item in an unitlist. For that I define a function for the template parameter.
The problem is that I cannot instantiate my custom button defined in an activeContent. Is there any other way to instantiate it besides the “{common.myButton()}” syntax?
Here’s an example.

You can use active content from the custom template, please check the updated snippet
http://webix.com/snippet/32cb0b87

Also, there is an other way to style some items in the list
Check http://docs.webix.com/samples/05_list/01_list.html

Thanks a lot for the help, maksim!
It would be great if you could add this and the type.headerHeight info to the docs.

I tried to use the scheme approach to style my list items dynamically. It works flawlessly with a normal list but I couldn’t get it to work with a unitlist.
Am I doing something wrong?
Here’s an example.
Thanks!

Bump.
Is there any way to use the scheme approach to define the css of an item in an unitlist?
Here’s an example.

I can confirm a bug with item styling in the unit list.
Fixed version will be available in next few days.