Class ecm.widget.listView.gridModules.RowContextMenuLoadMenu


Extends gridx.core._Module.
This module displays the context menu when the user right clicks or hits Shift F10. This module allows the user of the module to load the menu by overriding the loadMenu method.
Defined in: <ecm\widget\listView\gridModules\RowContextMenuLoadMenu.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
loadMenu(menu, selectedItems)
Loads the menu and then calls the given callback.
 
Listen to keydown & contextmenu.

Constructor Detail

ecm.widget.listView.gridModules.RowContextMenuLoadMenu()

Method Detail

getAPIPath()


loadMenu(menu, selectedItems)

Loads the menu and then calls the given callback. Overridable by the user of the module.
Parameters:
menu
The menu to load.
selectedItems
The array of selected items.

preload()

Listen to keydown & contextmenu.