FileManagerContextMenuSettingsTagHelper
Example
Razor
<context-menu>
<items></items>
</context-menu>
ChildTags
| Tag Name | Details |
|---|---|
| items | FileManagerContextMenuSettingsItemsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| activate | String | Fires when a sub menu or the ContextMenu gets opened and its animation finished. ContextMenu Events. |
| close | String | Fires before a sub menu or the ContextMenu gets closed. You can cancel this event to prevent closure. ContextMenu Events. |
| deactivate | String | Fires when a sub menu or the ContextMenu gets closed and its animation finished. ContextMenu Events. |
| enabled | Boolean | Enables or disables the configuration. |
| open | String | Fires before a sub menu or the ContextMenu gets opened. You can cancel this event to prevent opening the sub menu. ContextMenu Events. |
| select | String | Fires when a menu item gets selected. ContextMenu Events. |