:: Forum >>

Attn: Alex ... How to remove the node image?

Hi Alex and All,

Is it possible to remove the node image of a node from the Tree Control.
I am talking about the small square box that appears besides each node in the tree that shows the + or - sign when the tree is expanded or collapsed.

Thanks in Advance.
Jaydeep
Jaydeep Deshmukh
Tuesday, December 12, 2006
.aw-tree-sign {display: none}
Alex (ActiveWidgets)
Tuesday, December 12, 2006
Hi Alex,

It's works fine for to remove all nodes images (box/sign). I want to remove image (box) for only leaf node.
Anil
Tuesday, April 3, 2007
Hi,

Try this.

.aw-tree-leaf .aw-tree-sign { display: none}


Thanks
Thimi Jose
Tuesday, April 3, 2007
or

.aw-tree-leaf .aw-tree-sign {background:none}
Alex (ActiveWidgets)
Tuesday, April 3, 2007

This topic is archived.


Back to support forum

Forum search