Wiki source code of Menu Macro

Version 4.1 by Sarantis Dimitriadis on 2023/11/27 09:47

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}}

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101007990

Copyright © 2021 VITALISE Project