Sir,
With the sample below
dhtmlx.com/docs/products/dhtmlxM … ntext.html
I have add code myContextMenu.hideItem(“new”); in doOnLoad() function ,
Why did it not work on Standard Edition V5.0 I have downloaded ?
sample :
function doOnLoad() {
myContextMenu = new dhtmlXMenuObject(“contextArea”);
myContextMenu.setIconsPath(“…/common/imgs/”);
myContextMenu.renderAsContextMenu();
myContextMenu.loadStruct(“…/common/dhxmenu.xml”);
myContextMenu.hideItem(“new”);
}
Thank you
Best regards