3.2.0

change tree item icon

How to change the icon for a specific node under a tree ?

I've tried

tree.setItemImage(index, "favorites");


but have no luck.

Pls help
dan
April 19,
just worked out the solution, it is as simply as switching the parameter :

tree.setItemImage("favorites", index);
dan
April 19,

This topic is archived.

See also:


Back to support forum