Export buttons

Version 18.2 by Vincent Massol on 2019/06/06

Add a button in the export menu

Usage

The extension point adds the content inside the current page export menu.

export.png

Definition

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

Category
Export
Extension Id
org.xwiki.plaftorm.menu.export.buttons
Content to be provided

Usually provide a link styled as a button.

It should look like this:

{{velocity}}
#set($myURL = <calculate the URL based on the current document>)
[[My Format>>$myURL||class="btn btn-primary"]]
{{/velocity}}
Parameters to be provided
  • category: the category in which to put your button. Current the supported categories is office. If not set UIX will be inserted in the Others category

Get Connected