ContextMenu
configurationConfigures the ContextMenu of the FileManager.
contextMenu
Object|BooleanDefault: true
contextMenu.activate
FunctionFires when a sub menu or the ContextMenu gets opened and its animation finished. ContextMenu Events.
contextMenu.close
FunctionFires before a sub menu or the ContextMenu gets closed. You can cancel this event to prevent closure. ContextMenu Events.
contextMenu.deactivate
FunctionFires when a sub menu or the ContextMenu gets closed and its animation finished. ContextMenu Events.
contextMenu.items
ArrayConfigures the items of the ContextMenu.
contextMenu.open
FunctionFires before a sub menu or the ContextMenu gets opened. You can cancel this event to prevent opening the sub menu. ContextMenu Events.
contextMenu.select
FunctionFires when a menu item gets selected. ContextMenu Events.