Button with Submenu with buttons...

Hi , is it posible to create a list of buttons like suggestlist when a button is clicked.

I want to create a kind of submenu with 2 or 3 buttons with only an image on it when a toolbar button is clicked like:

webix.ui({
view:“button”,
width: 30,
submenu:[
{id:1, view: ‘button’ , value: “btn1”, click:"…"},
{id:2, view: ‘button’ , value: “btn2”, click:"…"},
]})

Hi, @wimk
check this

thnx i will test this out …

And it works great :slight_smile: