Navigation
Syntax
<% Navigation
container-name
%>
<% Navigation container =
container-name
%>
<% Navigation container =
container-name
, right =
menu-right
%>
<% Navigation container =
container-name
, renderer =
renderer-type
%>
Menu containers
The WEM runtime has support for three fixed visible menu containers. There is one invisible one, that cannot be rendered.
container-name
main
user
footer
Renderer
Only has one accepted argument for the parameters. Depending if the renderer
parameter is set to legacy
either the menu is rendered in a legacy, or a Bootstrap structure.
renderer
legacy
Right handed menu
Depending if the menu-right
parameter is set to true
or false
, a classname will tell the menu if it needs to be rendered to the right side or not.
Note this this parameters is ignored when the renderer
is set to legacy
.
menu-right
true
false
Example
Last updated
Was this helpful?