Icons in context menu

Hi Webix team,

I saw icons in file widget context menu : is it possible to use icon in standard context menu ?

I saw nothing in documentation

Thanks

Hey @XavierDP, you can specify the icons you want to use in the context menu via a template property, for instance, pleae take a look at this example: https://snippet.webix.com/cr183pzx. Here we’ve got an object with icons corresponding to the respective options, all that is left now is to show it in our template. I’ve included the default webix icons in this example, but naturally you can use any icons you want.

Perfect !

Thank you very much