This mixin provides event functionality to ensure that popup menus and cascades are closed when
an item in the menu is clicked.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Extends
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: