aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dijit/_tree/Node.html
blob: 00e49a5b09d8eda2c305c4a15c20afba7ca1eeab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="dijitTreeNode" waiRole="presentation"
	><div dojoAttachPoint="rowNode" waiRole="presentation"
		><span dojoAttachPoint="expandoNode" class="dijitTreeExpando" waiRole="presentation"
		></span
		><span dojoAttachPoint="expandoNodeText" class="dijitExpandoText" waiRole="presentation"
		></span
		><div dojoAttachPoint="contentNode" class="dijitTreeContent" waiRole="presentation">
			<div dojoAttachPoint="iconNode" class="dijitInline dijitTreeIcon" waiRole="presentation"></div>
			<span dojoAttachPoint="labelNode" class="dijitTreeLabel" wairole="treeitem" tabindex="-1" waiState="selected-false" dojoAttachEvent="onfocus:_onNodeFocus"></span>
		</div
	></div>
</div>