summaryrefslogtreecommitdiff
path: root/lib/dijit/templates/Menu.html
blob: 2c3cb53ba072808f6786fd8e5113d6aa2a332785 (plain)
1
2
3
4
<table class="dijit dijitMenu dijitMenuPassive dijitReset dijitMenuTable" role="menu" tabIndex="${tabIndex}"
	   data-dojo-attach-event="onkeypress:_onKeyPress" cellspacing="0">
	<tbody class="dijitReset" data-dojo-attach-point="containerNode"></tbody>
</table>