source: Dev/trunk/src/client/dijit/templates/CheckedMenuItem.html @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 729 bytes
Line 
1<tr class="dijitReset dijitMenuItem" data-dojo-attach-point="focusNode" role="${role}" tabIndex="-1" aria-checked="${checked}">
2        <td class="dijitReset dijitMenuItemIconCell" role="presentation">
3                <span class="dijitInline dijitIcon dijitMenuItemIcon dijitCheckedMenuItemIcon" data-dojo-attach-point="iconNode"></span>
4                <span class="dijitMenuItemIconChar dijitCheckedMenuItemIconChar">${checkedChar}</span>
5        </td>
6        <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,labelNode,textDirNode"></td>
7        <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
8        <td class="dijitReset dijitMenuArrowCell" role="presentation">&#160;</td>
9</tr>
Note: See TracBrowser for help on using the repository browser.