Making the left menu in demos smaller

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?

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?

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.