TreeNode.html 895 B

1234567891011121314
  1. <div class="dijitTreeNode" role="presentation"
  2. ><div data-dojo-attach-point="rowNode" class="dijitTreeRow" role="presentation"
  3. ><span data-dojo-attach-point="expandoNode" class="dijitInline dijitTreeExpando" role="presentation"></span
  4. ><span data-dojo-attach-point="expandoNodeText" class="dijitExpandoText" role="presentation"></span
  5. ><span data-dojo-attach-point="contentNode"
  6. class="dijitTreeContent" role="presentation">
  7. <span role="presentation" class="dijitInline dijitIcon dijitTreeIcon" data-dojo-attach-point="iconNode"></span
  8. ><span data-dojo-attach-point="labelNode,focusNode" class="dijitTreeLabel" role="treeitem"
  9. tabindex="-1" aria-selected="false" id="${id}_label"></span>
  10. </span
  11. ></div>
  12. <div data-dojo-attach-point="containerNode" class="dijitTreeNodeContainer" role="presentation"
  13. style="display: none;" aria-labelledby="${id}_label"></div>
  14. </div>