source: Dev/branches/rest-dojo-ui/client/dijit/layout/templates/TabContainer.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: 315 bytes
Line 
1<div class="dijitTabContainer">
2        <div class="dijitTabListWrapper" data-dojo-attach-point="tablistNode"></div>
3        <div data-dojo-attach-point="tablistSpacer" class="dijitTabSpacer ${baseClass}-spacer"></div>
4        <div class="dijitTabPaneWrapper ${baseClass}-container" data-dojo-attach-point="containerNode"></div>
5</div>
Note: See TracBrowser for help on using the repository browser.