I apologize if this question is too basic. I am trying to build a veritcal-style menu and I can’t figure out the syntax for doing so. All I get is a blank grey box.
aMenuBar=new dhtmlXMenuBarObject(‘menu_zone’,120,200,"",1);
aMenuBar.setGfxPath("/js/dhtml/imgs/");
var item = new dhtmlXMenuItemObject(“file_id”,“File”,120,“green.gif”,"");
aMenuBar.addItem(aMenuBar,item);
aMenuBar.showBar();
Thanks in advance.
(Using pro v15)