source: Dev/branches/rest-dojo-ui/client/dijit/templates/TreeNode.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: 1010 bytes
Line 
1<div class="dijitTreeNode" role="presentation"
2        ><div data-dojo-attach-point="rowNode" class="dijitTreeRow" role="presentation" data-dojo-attach-event="onmouseenter:_onMouseEnter, onmouseleave:_onMouseLeave, onclick:_onClick, ondblclick:_onDblClick"
3                ><img src="${_blankGif}" alt="" data-dojo-attach-point="expandoNode" class="dijitTreeExpando" role="presentation"
4                /><span data-dojo-attach-point="expandoNodeText" class="dijitExpandoText" role="presentation"
5                ></span
6                ><span data-dojo-attach-point="contentNode"
7                        class="dijitTreeContent" role="presentation">
8                        <img src="${_blankGif}" alt="" data-dojo-attach-point="iconNode" class="dijitIcon dijitTreeIcon" role="presentation"
9                        /><span data-dojo-attach-point="labelNode" class="dijitTreeLabel" role="treeitem" tabindex="-1" aria-selected="false" data-dojo-attach-event="onfocus:_onLabelFocus"></span>
10                </span
11        ></div>
12        <div data-dojo-attach-point="containerNode" class="dijitTreeContainer" role="presentation" style="display: none;"></div>
13</div>
Note: See TracBrowser for help on using the repository browser.