Default spring-faces component support now based on Dojo. Ext support moved to faces-ext tag namespace.
This commit is contained in:
11
spring-faces/src/main/java/META-INF/dijit/_tree/Node.html
Normal file
11
spring-faces/src/main/java/META-INF/dijit/_tree/Node.html
Normal 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>
|
||||
Reference in New Issue
Block a user