Rank: Advanced Member Groups: Member
Joined: 3/23/2010 Posts: 35
|
Hi,
We use cascaded context menus, but we want to show only relevant submenu (without showing top level menu items) when specific object is selected and show menu normally when nothing or multiple types of objects are selected. Is this possible with ContextMenu?
Thanks, Laurynas
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can call eo_ShowContextMenu(e, menuId, menuItemId). The third parameter "menuItemId" is not documented, but you can use it to specify the parent item whose sub menu you wish to use as context menu.
Thanks!
|