summaryrefslogtreecommitdiff
path: root/lib/dijit/templates/MenuItem.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/templates/MenuItem.html')
-rw-r--r--lib/dijit/templates/MenuItem.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/dijit/templates/MenuItem.html b/lib/dijit/templates/MenuItem.html
new file mode 100644
index 000000000..b4fe7d603
--- /dev/null
+++ b/lib/dijit/templates/MenuItem.html
@@ -0,0 +1,14 @@
+<tr class="dijitReset dijitMenuItem" data-dojo-attach-point="focusNode" role="menuitem" tabIndex="-1"
+ data-dojo-attach-event="onmouseenter:_onHover,onmouseleave:_onUnhover,ondijitclick:_onClick">
+ <td class="dijitReset dijitMenuItemIconCell" role="presentation">
+ <img src="${_blankGif}" alt="" class="dijitIcon dijitMenuItemIcon" data-dojo-attach-point="iconNode"/>
+ </td>
+ <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode"></td>
+ <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
+ <td class="dijitReset dijitMenuArrowCell" role="presentation">
+ <div data-dojo-attach-point="arrowWrapper" style="visibility: hidden">
+ <img src="${_blankGif}" alt="" class="dijitMenuExpand"/>
+ <span class="dijitMenuExpandA11y">+</span>
+ </div>
+ </td>
+</tr>