dhtmlxmenu: opening from bottom to top

Hi,
is there any plan to extend the dhtmlx menu to permit to choose in which direction opening its subitems?
Many sites in recent years use a menu at the bottom of the page that opens bottom up.

Best regards, Andrea Pirola

Hi,

the position of menu dropdown is detected automatically. So, menu must open to the top if it is at the bottom of a page. If autodetect failed on your page, try to use the following

menu.loadXML(url,function(){ /*should called after data loading*/ menu.fixedPosition = true; menu.dirTopLevel = "top"; });