2017-01-20 18:29:59 +01:00
|
|
|
<tr class="dijitReset" data-dojo-attach-point="focusNode" role="${role}" tabIndex="-1" aria-checked="${checked}">
|
2012-08-14 16:59:10 +02:00
|
|
|
<td class="dijitReset dijitMenuItemIconCell" role="presentation">
|
2017-01-20 18:29:59 +01:00
|
|
|
<span class="dijitInline dijitIcon dijitMenuItemIcon dijitCheckedMenuItemIcon" data-dojo-attach-point="iconNode"></span>
|
|
|
|
<span class="dijitMenuItemIconChar dijitCheckedMenuItemIconChar">${!checkedChar}</span>
|
2012-08-14 16:59:10 +02:00
|
|
|
</td>
|
2017-01-20 18:29:59 +01:00
|
|
|
<td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,labelNode,textDirNode"></td>
|
2012-08-14 16:59:10 +02:00
|
|
|
<td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
|
|
|
|
<td class="dijitReset dijitMenuArrowCell" role="presentation"> </td>
|
|
|
|
</tr>
|