]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/templates/TreeNode.html
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / templates / TreeNode.html
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>