Setting Attributes for Context Menu

The following attributes can be set for a context menu:

CONTEXTMENU
This attribute holds the ID for the menu. This ID is referenced from a node type definition.
MENUITEM
There can be none, one, or many menu items and they map to one of the right-click options displayed in the context viewer.
MENUITEMLINK
This attribute defines the page or url that will be opened when the right click option is selected.

Menu item links can contain the following:

PAGEPARAM
This defines the page parameter required by the page being opened.
PAGECONFIG
This specifies the javascript window.open options when opening the page on right-click of the menu item.