I am using context menu created solely through JavaScript, h


>>how do I set the tooltips with
the menu mostly purposed to be used with XML so no all functionality directly available through API, you can use next way of init

var item = new dhtmlXMenuItemObject({
    tagName=‘MenuItem’,
    id:‘some_id’,
    name:‘menu_item_name’,
    tooltip:‘some_tooltip’,
    width:‘100px’
});

>>Also the mouseover color changes
Problem is not reconstructable locally - please provide any kind of sample ( please be sure that you uses latest version of dhtmlxMenu )