source: Dev/branches/rest-dojo-ui/client/dijit/templates/MenuItem.html @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 854 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.