source: Dev/branches/rest-dojo-ui/client/dijit/templates/Tree.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: 241 bytes
Line 
1<div class="dijitTree dijitTreeContainer" role="tree"
2        data-dojo-attach-event="onkeypress:_onKeyPress">
3        <div class="dijitInline dijitTreeIndent" style="position: absolute; top: -9999px" data-dojo-attach-point="indentDetector"></div>
4</div>
Note: See TracBrowser for help on using the repository browser.