Hi,
Im trying to use this example http://docs.webix.com/samples/03_menu/07_menu_toolbar.html, which combines menu and toolbar
but I get the same effect as in http://webix.com/snippet/44717f4d,
ie there is a gap in between.
How can I fix it?
Hi,
Im trying to use this example http://docs.webix.com/samples/03_menu/07_menu_toolbar.html, which combines menu and toolbar
but I get the same effect as in http://webix.com/snippet/44717f4d,
ie there is a gap in between.
How can I fix it?
Hi,
Our sample contains also a custom CSS for the menu:
var menu = {
view:"menu",
data: menu_data,
css:"blue"
};
.blue.webix_menu-x{
background:#3498DB;
}
Here’s a corrected snippet: http://webix.com/snippet/f95a32b6
I see, thank you