Viewers Menu

Version 3.1 by Simon Urli on 2020/09/21

Adds an item in the "Viewers" sub menu in Other actions menu

Usage

The extension point adds the content inside the "viewers" sub-menu of the "more options" menu.

viewers.png

Definition

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

Category
Content Menu
Extension Id
org.xwiki.platform.template.menu.viewers
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 of #submenuitem()
 #template('menus_macros.vm')
 #submenuitem('url', 'title', 'id', 'class', 'icon')
{{/html}}{{/velocity}}
{{/html}} ; **Parameters to be provided** : {{html clean="false" wiki="false"}}
  • 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.
  • separator: (optional) true if a separator should be displayed before the item.
{{/html}}

Get Connected