Pop up menu

Hi,

My requirement is to have a label (text) and on hovering it, a pop menu should be displayed. Each menu item have a template as below:

menu item title (font style A)
menu item description (font style B)

Kindly provide a sample code snippet if possible.

Note: I have tried few things as given in samples but all are using view = “Menu”. I just want sub menu popup to be linked to a text on the page.

Thanks,
Gaurav

A submenu can be easily intergated with Webix label or template control: http://webix.com/snippet/66f4b61b

By default it is shown on clicking, but you can add mouseover event handling as well.

Thanks Helga. I was able to achieve the desired functionality with the smilar code that you have shared. I want to have “fa-angle-down” icon to appear after the label text. I can do it by defining my own template. Is there a way by using a class to do the same? I am already using my own class to style the label.

http://webix.com/snippet/c0c53083

Sure you can. You can add an icon to a label text: http://webix.com/snippet/83d8222f