TreeNode.html 923 B

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