Dhtmlx Vertical Menu

Hi,



I used DHTMLX vertical menu as the main menu in my web applicaiton. It worked great!



Now I looked at your documentation for ver 2.1. I couldn’t find anything related to vertical menu. Is this still supported in 2.1?



Thanks,

Maggie

Hello,
unfortunately, menu 2.1 doesn’t support vertical menu.
But there is context menu, using following approach you can try to show context menu in a certain position:
menu = new dhtmlXMenuObject(null);
menu.setImagePath(…);
menu.setIconsPath(…);
menu.renderAsContextMenu();
menu.contextAutoHide = false; /disables automatic hiding/
menu.loadXML(“dhtmlxmenu.xml”,function(){
        menu._showContextMenu(x,y); /shows context menu in (x,y) position/
});

Hi,

Do we support vertical menu in any better way now, I am trying with v.2.6.

Looks like “menu.renderAsContextMenu()” make the menu into vertical, but how can we position the menu items listing from right side of the vertical menu so that other menus would not get hidden?

Please provide is there any better option to have vertical menu and menu items positioned at right side of it?

Awaiting for replies.

Thanks,
Vijay