Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

Menu Macro - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Wiki source code of Menu Macro

Version 2.1 by superadmin on 2021/01/28 17:25

Show last authors
1 {{toc/}}
2
3 = Horizontal Menu =
4
5 {{velocity}}
6 {{code language="none"}}
7 {{menu type="horizontal fixedWidth"}}
8 $xwiki.getDocument('MenuTemplate').content
9 {{/menu}}
10 {{/code}}
11 {{/velocity}}
12
13 {{menu type="horizontal fixedWidth"}}
14 {{include reference="MenuTemplate" /}}
15 {{/menu}}
16
17 = Vertical Menu =
18
19 {{velocity}}
20 {{code language="none"}}
21 {{menu type="vertical"}}
22 ...
23 {{/menu}}
24 {{/code}}
25 {{/velocity}}
26
27 {{menu type="vertical"}}
28 {{include reference="MenuTemplate" /}}
29 {{/menu}}