CheckedMenuItem.html 716 B

123456789
  1. <tr class="dijitReset" 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>