MenuItem.html 759 B

12345678910111213
  1. <tr class="dijitReset dijitMenuItem" data-dojo-attach-point="focusNode" role="menuitem" tabIndex="-1">
  2. <td class="dijitReset dijitMenuItemIconCell" role="presentation">
  3. <img src="${_blankGif}" alt="" class="dijitIcon dijitMenuItemIcon" data-dojo-attach-point="iconNode"/>
  4. </td>
  5. <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode"></td>
  6. <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
  7. <td class="dijitReset dijitMenuArrowCell" role="presentation">
  8. <div data-dojo-attach-point="arrowWrapper" style="visibility: hidden">
  9. <img src="${_blankGif}" alt="" class="dijitMenuExpand"/>
  10. <span class="dijitMenuExpandA11y">+</span>
  11. </div>
  12. </td>
  13. </tr>