Module: alfresco/menus/AlfMenuBarSelect

alfresco/menus/AlfMenuBarSelect

Author:
  • Dave Draper
License:
Source:

Members

_currentIconClass :string

The last set icon CSS class. Maintained so that it can be removed when changed.
Type:
  • string
Default Value:
  • null
Source:

selectionTopic :string

The topic that the widget will listen to.
Type:
  • string
Default Value:
  • null
Source:

updateIconOnSelection :boolean

Indicates whether a selection can modify the main icon
Type:
  • boolean
Default Value:
  • false
Source:

Methods

handleSelection(payload)

Parameters:
Name Type Description
payload object The payload from the publication on the selection topic
Source:

postCreate()

Extends the inherited implementation to subscribe to the 'selectionTopic' attribute.
Source: