]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/templates/MenuItem.html
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / templates / MenuItem.html
1 <tr class="dijitReset dijitMenuItem" data-dojo-attach-point="focusNode" role="menuitem" tabIndex="-1"
2 data-dojo-attach-event="onmouseenter:_onHover,onmouseleave:_onUnhover,ondijitclick:_onClick">
3 <td class="dijitReset dijitMenuItemIconCell" role="presentation">
4 <img src="${_blankGif}" alt="" class="dijitIcon dijitMenuItemIcon" data-dojo-attach-point="iconNode"/>
5 </td>
6 <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode"></td>
7 <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
8 <td class="dijitReset dijitMenuArrowCell" role="presentation">
9 <div data-dojo-attach-point="arrowWrapper" style="visibility: hidden">
10 <img src="${_blankGif}" alt="" class="dijitMenuExpand"/>
11 <span class="dijitMenuExpandA11y">+</span>
12 </div>
13 </td>
14 </tr>