Page Extra Area UIXP
Last modified by Eleni Cojocariu on 2026/05/05 15:58
Reference
Description
Adds a new tab at the bottom of the page which can be opened
Usage
The extension point uses the parameters to create a new tab title on the bottom of the Page, in the Page Extra Area. The extensions content is loaded only when the tab is opened.

Definition
This Extension Point is contributed by this extension and was added in version 13.6-rc-1 of that extension.
- Category
- Page Layout
- Extension Id
- org.xwiki.plaftorm.template.docextra
- Content to be provided
The code displayed in the Page Extra Area tab when it's activated.
- Parameters to be provided
Name Mandatory Allowed Values Default Description show No true/false Boolean value. If set to false or missing, the docextra won't be displayed. title Yes Any string The title displayed on top of the tab. itemnumber No Integer A number displayed next to the title. If set to -1, it is not displayed. name Yes Any short string without spaces or special characters A short unique name used for the shortcut. shortcut No String representing a key combination (e.g., alt+k) A key combination to display this Page extra area tab. order No Integer Used to sort the Page extra area tabs when displaying them.
Example
{{velocity}}
show=true
title=Example page extra area new tab
name=exampletab
order=1
itemnumber=-1
{{/velocity}}