Hi,
How to hide multiple Items in contextMenu? Can we get the list of items/nodes/options in contextmenu of a dhtmlxtree?
Regards,
Chand
Hello,
>>How to hide multiple Items in contextMenu?
You can use hideItem(itremId) method.
>> Can we get the list of items/nodes/options in contextmenu of a dhtmlxtree?
You can iterate through all menu items:
menu.forEachItem(function(id){
…
})