8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
11 lines
711 B
HTML
11 lines
711 B
HTML
<tr class="dijitReset dijitMenuItem" dojoAttachPoint="focusNode" waiRole="menuitemcheckbox" tabIndex="-1"
|
|
dojoAttachEvent="onmouseenter:_onHover,onmouseleave:_onUnhover,ondijitclick:_onClick">
|
|
<td class="dijitReset" waiRole="presentation">
|
|
<img src="${_blankGif}" alt="" class="dijitMenuItemIcon dijitCheckedMenuItemIcon" dojoAttachPoint="iconNode">
|
|
<span class="dijitCheckedMenuItemIconChar">✓</span>
|
|
</td>
|
|
<td class="dijitReset dijitMenuItemLabel" colspan="2" dojoAttachPoint="containerNode,labelNode"></td>
|
|
<td class="dijitReset dijitMenuItemAccelKey" style="display: none" dojoAttachPoint="accelKeyNode"></td>
|
|
<td class="dijitReset dijitMenuArrowCell" waiRole="presentation">
|
|
</td>
|
|
</tr>
|