Export buttons

Version 17.1 by Thomas Mortagne on 2018/03/13

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.4M1 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