Notifications

Version 3.1 by Guillaume Delhumeau on 2015/11/10

Add some content inside the "notifications" menu

Usage

Definition

This Extension Point is contributed by this extension and was added in version  of that extension.

Category
Notifications
Extension Id
extensions:Extension.Notifications+Application
Content to be provided

The code to add in the extension point.

It should look like this:

{{velocity}}{{html clean="false"}} ## we need clean="false" because we want to display the raw content
 #template('menu_macros.vm')
 #submenuitem($url, $linkText, $id, $class, $icon, $extraAttributes)
{{/html}}{{/velocity}}
Parameters to be provided
  • order: the order in which the item will be displayed. The lower the number is, the more on the top the item is. Examples of correct orders: 10000, 20000. Please let enough room to add other UIX between existing ones and your own. The current items have these orders:
    Watchlist Icons10000
  • separator: (optional) true if a separator should be displayed before the item.

Get Connected