[SOLVED] Add Event on template

Hi,

How to add event in template ? when user click on obj.icon or obj.value ?
http://webix.com/snippet/53a6cd96

Thanks

You can define the onClick handler for specific css class

http://docs.webix.com/api__mouseevents_onclick_config.html

Thanks maksim !