nested context menu

Hi, I need help in creating a nested context menu without using loadXml.





            

            

            

        

                

                

        





The online example for the the contxt menu is below :

java2s.com/Code/JavaScriptDe … upmenu.htm





So the question is I wish to replicate the above nested example (“Other…” menu) for my context menu. I know you can do loadXml().

But I’m more insterested in doing it using javascript call like below:



var contextMenu= new dhtmlXContextMenuObject(‘155’,0, “images/scbr_icons/”);

contextMenu.menu.addItem(contextMenu.menu, new dhtmlXMenuItemObject(‘icon21.gif’,‘Red…’,20,18,0,‘new_Id’,‘New tooltip’))

contextMenu.menu.addItem(contextMenu.menu, new dhtmlXMenuItemObject(‘icon21.gif’,‘Green…’,20,18,0,‘new_Id’,‘New tooltip’))

contextMenu.menu.addItem(contextMenu.menu, new dhtmlXMenuItemObject(‘icon21.gif’,‘Blue…’,20,18,0,‘new_Id’,‘New tooltip’))

contextMenu.menu.addItem(contextMenu.menu, new dhtmlXMenuItemObject(‘icon21.gif’,‘Other…’,20,18,0,‘new_Id’,‘New tooltip’))



… How do I add the sub menu for “Other…” ??





Can you help me.



Thanks







Building context menu with script was described here: scbr.com/docs/products/dhtml … uEx20.html