Assignment of the context menu
Note that the context menu can be overwritten in the hook method WDDOONCONTEXTMENU in all cases.
Value | Description |
---|---|
inherit |
The UI element inherits the static context menu from its parent UI elements. |
provide |
The UI element context menu is the one which was specified by the contextMenuID. |
suppress |
No static context menu is created. |
ID for the context menu you have defined. You assign this ID to a UI element if the element itself and all the subelements below it are to get this context menu. For example, if you have defined a contextMenuId for a table, the context menu applies to the whole table and to all subelements.