How to remove ‘Demo menu’ caption from menubar?
Check the first line of menu
initialization aMenu=new dhtmlXContextMenuObject(‘120’,0,“Demo
menu”); just skip last parameter
Hi there,
I tried to remove the last parameter, but still “Demo Menu” doesn’t go, Why ?
I tried following:
aMenuBar=new dhtmlXMenuBarObject(document.getElementById(‘menu_zone’),‘100%’,22);
ALSO following
aMenuBar=new dhtmlXMenuBarObject(document.getElementById(‘menu_zone’),‘100%’,22,"");
Please check the used XML file as well. The caption can be defined as
<menu maxItems=“12” name=“Demo Menu”