<% Navigation
container-name
%>
<% Navigation container =
container-name
%>
<% Navigation container =
container-name
, right =
menu-right
%>
<% Navigation container =
container-name
, renderer =
renderer-type
%>
The WEM runtime supports three fixed visible menu containers, along with one invisible container that cannot be rendered.
The renderer
parameter accepts only one argument. Depending on whether the renderer
parameter is set to legacy
, the menu will be rendered in either a legacy format or a Bootstrap structure.
The menu-right
parameter can be set to true
or false
, which determines whether the menu is rendered on the right side.
Note that this parameter is ignored when the renderer
is set to legacy
.