DHTMLXMENU Popup from bottom to Top

Hi All,

How can I set the menu popup from bottom to top?

Best regards

Mathy

Hi,

after adding menu items you may set dirTopLevel = “top”

menu.loadXML(url,function(){
menu.dirTopLevel = “top”;
});

Thank you Alexandra. I will try it.