I have a TreePanel in Ext JS 3.4.0. The nodes are loaded via JSON.
First of all I need to have the same icons for all the nodes, no matter if they are leafs or not. So I don't want to have the "folder" icon for the nodes that have children. How is that possible?