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.

page-extra-area-uixp.png
 

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
NameMandatoryAllowed ValuesDefault Description
showNotrue/falseBoolean value. If set to false or missing, the docextra won't be displayed. 
titleYesAny stringThe title displayed on top of the tab. 
itemnumberNoIntegerA number displayed next to the title. If set to -1, it is not displayed. 
nameYesAny short string without spaces or special charactersA short unique name used for the shortcut. 
shortcutNoString representing a key combination (e.g., alt+k)A key combination to display this Page extra area tab. 
orderNoIntegerUsed 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}}

Related

Get Connected