Add Custom Context Menu Item in JavaScript File Manager
18 Nov 20181 minute to read
The context menu can be customized using the contextMenuSettings, menuOpen, and menuClick events.
The example below shows how to add a custom item to the context menu. Use the contextMenuSettings property to add the item, the menuOpen event to add an icon, and the menuClick event to handle the item’s action.