goran
October 11, 2015, 6:04pm
1
Hi,
is it possible to make the left menu in the demos smaller?
http://webix.com/demos/admin-app/#!/app/dashboard
I think in a way that would make them use less width. For example displaying only the icons and not the text in left menu. An example would be something like the Wordpress admin area where the left sidebar can be reduced to icons.
Is this possible to do in demo app?
goran
October 12, 2015, 9:04am
2
I just noticed that my question in not very clear.
Basically i would like to have an option to hide/show the menu on the left side. Ideally the menu would not be hidden completely (only icons visible).
Something like this possible?
Maria
October 12, 2015, 9:43am
3
Hi,
You can change width of Tree (menu):
menu.define("width", 40);
menu.resize();
You can also change menu type to show only icons:
http://docs.webix.com/desktop__type.html
We are working on such a demo and a component.