Default spring-faces component support now based on Dojo. Ext support moved to faces-ext tag namespace.

This commit is contained in:
Jeremy Grelle
2007-10-26 19:34:06 +00:00
parent 42598c2044
commit 392074ffca
497 changed files with 55550 additions and 71 deletions

View File

@@ -0,0 +1,11 @@
<div class="dijitTreeNode dijitTreeExpandLeaf dijitTreeChildrenNo" 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" expanded="true" tabindex="-1"></span>
</div>
</div>