More Options
Version 8.1 by Guillaume Delhumeau on 2015/11/19
Contents
Adds an item in the "more options" menu
Usage
The extension point adds the content inside the "more options" menu.
Note: the "shortcuts" (all viewers) are displayed after the extension points. This will probably change in the next future.
Definition
This Extension Point is contributed by this extension and was added in version 7.3M2 of that extension.
- Category
- Content menus
- Extension Id
- org.xwiki.plaftorm.moreoptions
- 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}}- 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 (even if most of them are not really implemented as UI extensions) have these orders:
Watch Page 10000 Watch Space 20000 Watch Wiki 30000 Export 80000 Print preview 90000 View source 100000 Share by email 110000 - separator: (optional) true if a separator should be displayed before the item.
- 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 (even if most of them are not really implemented as UI extensions) have these orders: