Module: alfresco/menus/_AlfPopupCloseMixin

alfresco/menus/_AlfPopupCloseMixin

This mixin provides event functionality to ensure that popup menus and cascades are closed when an item in the menu is clicked.
Author:
  • Dave Draper
License:
Source:

Members

closeOnClick :boolean

Indicates whether or not the custom event should be fired
Type:
  • boolean
Source:

Methods

closePopupMenu()

Handles closing the popup. By default it defers this action to the dijit/popup module.
Source:

emitClosePopupEvent()

Fires the custom event to indicate that popups should be closed.
Source:

registerPopupCloseEvent()

Registers a listener for the custom event fired when popups should be closed.
Source: