source: Dev/branches/rest-dojo-ui/client/dijit/templates/CheckedMenuItem.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: 764 bytes
Line 
1<tr class="dijitReset dijitMenuItem" data-dojo-attach-point="focusNode" role="menuitemcheckbox" 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="dijitMenuItemIcon dijitCheckedMenuItemIcon" data-dojo-attach-point="iconNode"/>
5                <span class="dijitCheckedMenuItemIconChar">&#10003;</span>
6        </td>
7        <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,labelNode"></td>
8        <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
9        <td class="dijitReset dijitMenuArrowCell" role="presentation">&#160;</td>
10</tr>
Note: See TracBrowser for help on using the repository browser.