DisplayPanelLayout Macro
This is a Velocity macro, bundled with all the XWiki products by default.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
DisplayPanelLayout Macro
Display a list of panels in the provided number of columns. All columns have the same width. Columns have the height of their total content. Panels are placed that way :| 0 | 1 | 2 |
|---|---|---|
| 3 | 4 |
Since
Bundled with the default XWiki distribution since 1.1.2 or 1.2M2Usage
#displayPanelLayout($nbcolumns $panelNameList)
Parameters definition
| Name | Optional | Allowed values | Default value | Description |
|---|---|---|---|---|
| nbColumns | No | an Integer | none | The number of columns to display |
| panelNameList | No | a List | non | The document full names of the panels to display |
Example
#displayPanelLayout(3 ["Panels.BlogCategories", "Panels.QuickLinks", "Panels.BlogCategories", "Panels.QuickLinks"])
Result