[ExtJs - TreePanel] How to change icon onClick
1 ottobre 2009
Nessun commento
If we want to change icon when click on node, we can apply the following CSS class
.x-tree-selected .x-tree-node-icon {background-image:url(../images/myTheme/node-leaf-selected.png) !important;}