summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/templates/Menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dijit/templates/Menu.html')
-rw-r--r--js/dojo/dijit/templates/Menu.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/dojo/dijit/templates/Menu.html b/js/dojo/dijit/templates/Menu.html
new file mode 100644
index 0000000..45e12a0
--- /dev/null
+++ b/js/dojo/dijit/templates/Menu.html
@@ -0,0 +1,3 @@
+<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>