NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

DropdownViewEvent

Api-typedef icontypedef

Fired when an item inside the dropdown is executed.

Note: Only supported when dropdown was integrated with its child view using one of the helper functions: addListToDropdown, addToolbarToDropdown, or addMenuToDropdown.

When integrated with a list, it fires when a child of one of ListItemViews fired execute event.

When integrated with a toolbar, it fires when one of the buttons has been executed.

When integrated with a nested menu, it fires when one of the menu buttons has been executed.

In each case, the event is delegated from the component which fired it. It does not have additional parameters and event.source is the original component.

Properties

  • args : tuple

  • name : 'execute'

Value

object

Fired by