2020-01-09 10:59:09 +00:00
|
|
|
{{!
|
2020-05-06 00:00:56 +00:00
|
|
|
See @typedef MenuDefinition
|
2020-01-09 10:59:09 +00:00
|
|
|
}}
|
2020-05-18 00:37:57 +00:00
|
|
|
<div id="{{id}}" {{#class}}class="{{.}}"{{/class}} aria-labelledby="{{label-id}}" {{{html-tooltip}}}
|
2020-04-16 18:40:39 +00:00
|
|
|
{{{html-userlangattributes}}}>
|
2020-05-06 00:00:56 +00:00
|
|
|
{{#is-dropdown}}
|
2020-05-21 18:49:24 +00:00
|
|
|
<input type="checkbox" class="vectorMenuCheckbox vector-menu-checkbox" aria-labelledby="{{label-id}}" />
|
2020-04-16 18:40:39 +00:00
|
|
|
{{/is-dropdown}}
|
|
|
|
<h3 id="{{label-id}}">
|
2020-05-06 00:00:56 +00:00
|
|
|
<span>{{label}}</span>
|
|
|
|
</h3>
|
2020-04-16 18:40:39 +00:00
|
|
|
{{! `body` class for backwards compatibility but let editors know not to use
|
|
|
|
it via HTML comment below: }}
|
|
|
|
<!-- Please do not use the .body class, it is deprecated. -->
|
|
|
|
<div class="body vector-menu-content">
|
|
|
|
<!-- Please do not use the .menu class, it is deprecated. -->
|
2020-05-21 18:49:24 +00:00
|
|
|
<ul class="{{list-classes}}">{{{html-items}}}</ul>
|
2020-04-07 23:21:20 +00:00
|
|
|
{{{html-after-portal}}}
|
|
|
|
</div>
|
2020-05-11 21:26:37 +00:00
|
|
|
</div>
|
2020-04-07 23:21:20 +00:00
|
|
|
{{! Note: html-hook-vector-after-toolbox is deprecated. }}
|
|
|
|
{{{html-hook-vector-after-toolbox}}}
|