3.2.0

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
December 12,
.aw-tree-sign {display: none}
Alex (ActiveWidgets)
December 12,
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
April 3,
Hi,

Try this.

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


Thanks
Thimi Jose
April 3,
or

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

This topic is archived.

See also:


Back to support forum