MenuItem.html 797 B

1234567891011121314
  1. <tr class="dijitReset" data-dojo-attach-point="focusNode" role="menuitem" tabIndex="-1">
  2. <td class="dijitReset dijitMenuItemIconCell" role="presentation">
  3. <span role="presentation" class="dijitInline dijitIcon dijitMenuItemIcon" data-dojo-attach-point="iconNode"></span>
  4. </td>
  5. <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,textDirNode"
  6. role="presentation"></td>
  7. <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
  8. <td class="dijitReset dijitMenuArrowCell" role="presentation">
  9. <span data-dojo-attach-point="arrowWrapper" style="visibility: hidden">
  10. <span class="dijitInline dijitIcon dijitMenuExpand"></span>
  11. <span class="dijitMenuExpandA11y">+</span>
  12. </span>
  13. </td>
  14. </tr>