source: Dev/branches/rest-dojo-ui/client/dijit/templates/TooltipDialog.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: 294 bytes
Line 
1<div role="presentation" tabIndex="-1">
2        <div class="dijitTooltipContainer" role="presentation">
3                <div class ="dijitTooltipContents dijitTooltipFocusNode" data-dojo-attach-point="containerNode" role="dialog"></div>
4        </div>
5        <div class="dijitTooltipConnector" role="presentation"></div>
6</div>
Note: See TracBrowser for help on using the repository browser.