summaryrefslogtreecommitdiff
path: root/lib/dijit/templates/CheckedMenuItem.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/templates/CheckedMenuItem.html')
-rw-r--r--lib/dijit/templates/CheckedMenuItem.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/dijit/templates/CheckedMenuItem.html b/lib/dijit/templates/CheckedMenuItem.html
new file mode 100644
index 000000000..8e1bf5773
--- /dev/null
+++ b/lib/dijit/templates/CheckedMenuItem.html
@@ -0,0 +1,10 @@
+<tr class="dijitReset dijitMenuItem" data-dojo-attach-point="focusNode" role="menuitemcheckbox" tabIndex="-1"
+ data-dojo-attach-event="onmouseenter:_onHover,onmouseleave:_onUnhover,ondijitclick:_onClick">
+ <td class="dijitReset dijitMenuItemIconCell" role="presentation">
+ <img src="${_blankGif}" alt="" class="dijitMenuItemIcon dijitCheckedMenuItemIcon" data-dojo-attach-point="iconNode"/>
+ <span class="dijitCheckedMenuItemIconChar">&#10003;</span>
+ </td>
+ <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,labelNode"></td>
+ <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
+ <td class="dijitReset dijitMenuArrowCell" role="presentation">&#160;</td>
+</tr>