update dojo to 1.7.3
This commit is contained in:
10
lib/dijit/templates/CheckedMenuItem.html
Normal file
10
lib/dijit/templates/CheckedMenuItem.html
Normal file
@@ -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">✓</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"> </td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user