Function
Provides context menu support, including header menu, row menu, cell menu and selected region menu
<div dojoType="dojox.grid.EnhancedGrid" plugins="{menus:{headerMenu:"headerMenuId", rowMenu:"rowMenuId", cellMenu:"cellMenuId", selectedRegionMenu:"selectedRegionMenuId"}}" ...> </div>
Array
menu types
Function
Function
Function
Fetch the required menu widget(should already been created)
Function
Set row menu widget
Function
Set cell menu widget
Function
Set row menu widget
Function
Bind menus to Grid.
Function
Show appropriate context menu Fired from dojox.grid.enhanced._Events.onRowContextMenu, 'this' scope - Grid TODO: test Shift-F10
Function
Destroy all resources. _Grid.destroy() will unbind headerMenu
Object
Object
Object
Object