Questions Tagged With primefaceshttps://answers.axonivy.com/tags/primefaces/?type=rss&user=A1234questions tagged <span class="tag">primefaces</span>enFri, 15 Nov 2013 12:05:59 -0500How to set icons in PrimeFaces tree nodeshttps://answers.axonivy.com/questions/78/how-to-set-icons-in-primefaces-tree-nodes<p>Hello,</p> <p>I would like to set icons in PrimeFaces tree nodes. My icons are configured in the project CMS.</p> <p>Unfortunately, the Resource Demo doesn't help me.</p> <pre><code>&lt;p:tree id="treeSingle" value="#{treeBean.root}" var="node" selectionMode="single" selection="#{treeBean.selectedNode}"&gt; &lt;p:treeNode icon=""&gt; &lt;h:outputText value="#{node.name}" /&gt; &lt;/p:treeNode&gt; &lt;/p:tree&gt; </code></pre> <p>In &lt;p:treenode&gt; I need to set the icon attribute with a syntax that will retrieve icons from the CMS.</p>A1234Fri, 15 Nov 2013 12:05:59 -0500https://answers.axonivy.com/questions/78/how-to-set-icons-in-primefaces-tree-nodesprimefaces