1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/lib/dijit/templates/TreeNode.html

15 lines
895 B
HTML
Raw Normal View History

2012-08-14 16:59:10 +02:00
<div class="dijitTreeNode" role="presentation"
><div data-dojo-attach-point="rowNode" class="dijitTreeRow" role="presentation"
><span data-dojo-attach-point="expandoNode" class="dijitInline dijitTreeExpando" role="presentation"></span
><span data-dojo-attach-point="expandoNodeText" class="dijitExpandoText" role="presentation"></span
2012-08-14 16:59:10 +02:00
><span data-dojo-attach-point="contentNode"
class="dijitTreeContent" role="presentation">
<span role="presentation" class="dijitInline dijitIcon dijitTreeIcon" data-dojo-attach-point="iconNode"></span
><span data-dojo-attach-point="labelNode,focusNode" class="dijitTreeLabel" role="treeitem"
tabindex="-1" aria-selected="false" id="${id}_label"></span>
2012-08-14 16:59:10 +02:00
</span
></div>
<div data-dojo-attach-point="containerNode" class="dijitTreeNodeContainer" role="presentation"
style="display: none;" aria-labelledby="${id}_label"></div>
2012-08-14 16:59:10 +02:00
</div>