2150 |
mathias |
1 |
<div class="dijitTreeContainer" style="" waiRole="tree"
|
|
|
2 |
dojoAttachEvent="onclick:_onClick,onkeypress:_onKeyPress">
|
|
|
3 |
<div class="dijitTreeNode dijitTreeIsRoot dijitTreeExpandLeaf dijitTreeChildrenNo" waiRole="presentation"
|
|
|
4 |
dojoAttachPoint="rowNode"
|
|
|
5 |
><span dojoAttachPoint="expandoNode" class="dijitTreeExpando" waiRole="presentation"
|
|
|
6 |
></span
|
|
|
7 |
><span dojoAttachPoint="expandoNodeText" class="dijitExpandoText" waiRole="presentation"
|
|
|
8 |
></span
|
|
|
9 |
>
|
|
|
10 |
<div dojoAttachPoint="contentNode" class="dijitTreeContent" waiRole="presentation">
|
|
|
11 |
<div dojoAttachPoint="iconNode" class="dijitInline dijitTreeIcon" waiRole="presentation"></div>
|
|
|
12 |
<span dojoAttachPoint="labelNode" class="dijitTreeLabel" wairole="treeitem" tabindex="0"></span>
|
|
|
13 |
</div>
|
|
|
14 |
</div>
|
|
|
15 |
</div>
|