Wiki source code of Edit Dashboard And Add Source Parameter
Last modified by Ilie Andriuta on 2026/01/26 11:53
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Preconditions: | ||
| 2 | - A dashboard page is already created with the Dashboard Template (e.g. Dash.WebHome) | ||
| 3 | - The user is advanced to create a terminal page | ||
| 4 | - The user has Script Right (in order for gadget titles to be rendered and scripts inside gadgets to be executed) | ||
| 5 | |||
| 6 | **NOTE**: Since XWiki 14.10, the Script Right is not granted by default anymore to new users, therefore must be granted manually | ||
| 7 | |||
| 8 | 1. Create 2 pages (Nested & Terminal) | ||
| 9 | 1. Edit them using the WYSIWYG editor | ||
| 10 | 1. Click on Insert (the "+" icon) > Other Macros | ||
| 11 | 1. Search for Dashboard | ||
| 12 | 1. Click Select | ||
| 13 | 1. Write and select the name of the previously created dashboard in the Source field | ||
| 14 | 1. Click Submit | ||
| 15 | 1. Save the page |